comparison src/Make_mvc.mak @ 146:5cc0aca13a3f

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:02:28 +0000
parents 616289ecb7c8
children 476198990769
comparison
equal deleted inserted replaced
145:f310d2061525 146:5cc0aca13a3f
17 # Multibyte support: MBYTE=yes 17 # Multibyte support: MBYTE=yes
18 # IME support: IME=yes (requires GUI=yes) 18 # IME support: IME=yes (requires GUI=yes)
19 # DYNAMIC_IME=[yes or no] (to load the imm32.dll dynamically, default 19 # DYNAMIC_IME=[yes or no] (to load the imm32.dll dynamically, default
20 # is yes) 20 # is yes)
21 # Global IME support: GIME=yes (requires GUI=yes) 21 # Global IME support: GIME=yes (requires GUI=yes)
22 # MzScheme interface: MZSCHEME=[Path to MzScheme directory], MZSCHEME_VER=[version, 205_000, ...] 22 # MzScheme interface:
23 # MZSCHEME=[Path to MzScheme directory]
24 # DYNAMIC_MZSCHEME=yes (to load the MzScheme DLLs dynamically)
25 # MZSCHEME_VER=[version, 205_000, ...]
23 # Perl interface: 26 # Perl interface:
24 # PERL=[Path to Perl directory] 27 # PERL=[Path to Perl directory]
25 # DYNAMIC_PERL=yes (to load the Perl DLL dynamically) 28 # DYNAMIC_PERL=yes (to load the Perl DLL dynamically)
26 # PERL_VER=[Perl version, in the form 55 (5.005), 56 (5.6.x), etc] (default is 56) 29 # PERL_VER=[Perl version, in the form 55 (5.005), 56 (5.6.x), etc] (default is 56)
27 # Python interface: 30 # Python interface: