comparison src/Make_cyg.mak @ 146:5cc0aca13a3f

updated for version 7.0046
author vimboss
date Mon, 31 Jan 2005 19:02:28 +0000
parents 8def260d486d
children 037369688e14
comparison
equal deleted inserted replaced
145:f310d2061525 146:5cc0aca13a3f
1 # 1 #
2 # Makefile for VIM on Win32, using Cygnus gcc 2 # Makefile for VIM on Win32, using Cygnus gcc
3 # Last updated by Dan Sharp. Last Change: 2005 Jan 19 3 # Last updated by Dan Sharp. Last Change: 2005 Jan 29
4 #
5 # Also read INSTALLpc.txt!
4 # 6 #
5 # This compiles Vim as a Windows application. If you want Vim to run as a 7 # This compiles Vim as a Windows application. If you want Vim to run as a
6 # Cygwin application use the Makefile (just like on Unix). 8 # Cygwin application use the Makefile (just like on Unix).
7 # 9 #
8 # GUI no or yes: set to yes if you want the GUI version (yes) 10 # GUI no or yes: set to yes if you want the GUI version (yes)
19 # RUBY_VER define to version of Ruby being used (16) 21 # RUBY_VER define to version of Ruby being used (16)
20 # DYNAMIC_RUBY no or yes: use yes to load the Ruby DLL dynamically (yes) 22 # DYNAMIC_RUBY no or yes: use yes to load the Ruby DLL dynamically (yes)
21 # MZSCHEME define to path to MzScheme dir to get MZSCHEME support (not defined) 23 # MZSCHEME define to path to MzScheme dir to get MZSCHEME support (not defined)
22 # MZSCHEME_VER define to version of MzScheme being used (209_000) 24 # MZSCHEME_VER define to version of MzScheme being used (209_000)
23 # DYNAMIC_MZSCHEME no or yes: use yes to load the MzScheme DLLs dynamically (yes) 25 # DYNAMIC_MZSCHEME no or yes: use yes to load the MzScheme DLLs dynamically (yes)
24 # MZSCHEME_DLLS path to MzScheme DLLs (libmzgc and libmzsch). 26 # MZSCHEME_DLLS path to MzScheme DLLs (libmzgc and libmzsch), for "static" build.
25 # Is used for DYNAMIC_MZSCHEME=no only.
26 # c:/windows/system32 isn't a good idea, copy them to some
27 # dir and point MZSCHEME_DLLS to this dir.
28 # By default $(MZSCHEME) will be used. You can remove
29 # these DLLs from $(MZSCHEME_DLLS) after you
30 # built Vim (they are used for dll "static" linking only)
31 # GETTEXT no or yes: set to yes for dynamic gettext support (yes) 27 # GETTEXT no or yes: set to yes for dynamic gettext support (yes)
32 # ICONV no or yes: set to yes for dynamic iconv support (yes) 28 # ICONV no or yes: set to yes for dynamic iconv support (yes)
33 # MBYTE no or yes: set to yes to include multibyte support (yes) 29 # MBYTE no or yes: set to yes to include multibyte support (yes)
34 # IME no or yes: set to yes to include IME support (yes) 30 # IME no or yes: set to yes to include IME support (yes)
35 # DYNAMIC_IME no or yes: set to yes to load imm32.dll dynamically (yes) 31 # DYNAMIC_IME no or yes: set to yes to load imm32.dll dynamically (yes)