comparison src/Make_cyg.mak @ 2309:543ea69d037f vim73

Add clipboard support in Mac console. (Bjorn Winckler)
author Bram Moolenaar <bram@vim.org>
date Wed, 14 Jul 2010 13:58:07 +0200
parents 40edf1be1cd8
children 966a5609669e
comparison
equal deleted inserted replaced
2308:cb025511f6b6 2309:543ea69d037f
35 # ARCH i386 through pentium4: select -march argument to compile with 35 # ARCH i386 through pentium4: select -march argument to compile with
36 # (i386) 36 # (i386)
37 # USEDLL no or yes: set to yes to use the Runtime library DLL (no) 37 # USEDLL no or yes: set to yes to use the Runtime library DLL (no)
38 # For USEDLL=yes the cygwin1.dll is required to run Vim. 38 # For USEDLL=yes the cygwin1.dll is required to run Vim.
39 # "no" does not work with latest version of Cygwin, use 39 # "no" does not work with latest version of Cygwin, use
40 # Make_ming.mak instead. Or set CC to gcc-3. 40 # Make_ming.mak instead. Or set CC to gcc-3 and add
41 # -L/lib/w32api to EXTRA_LIBS.
41 # POSTSCRIPT no or yes: set to yes for PostScript printing (no) 42 # POSTSCRIPT no or yes: set to yes for PostScript printing (no)
42 # FEATURES TINY, SMALL, NORMAL, BIG or HUGE (BIG) 43 # FEATURES TINY, SMALL, NORMAL, BIG or HUGE (BIG)
43 # WINVER Lowest Win32 version to support. (0x0400) 44 # WINVER Lowest Win32 version to support. (0x0400)
44 # CSCOPE no or yes: to include cscope interface support (yes) 45 # CSCOPE no or yes: to include cscope interface support (yes)
45 # OPTIMIZE SPACE, SPEED, or MAXSPEED: set optimization level (MAXSPEED) 46 # OPTIMIZE SPACE, SPEED, or MAXSPEED: set optimization level (MAXSPEED)