diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-14 13:58:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-14 13:58:07 +0200 |
commit | 164fca39bdacc36b7d9f2d1b28ab5abe03ce4004 (patch) | |
tree | 0280e2098fc47966b5bb419f63d3c655a75d1e25 /src/Make_cyg.mak | |
parent | 7abcaab78da25f07190a114a84a9000f91cf044f (diff) | |
download | vim-164fca39bdacc36b7d9f2d1b28ab5abe03ce4004.zip |
Add clipboard support in Mac console. (Bjorn Winckler)
Diffstat (limited to 'src/Make_cyg.mak')
-rw-r--r-- | src/Make_cyg.mak | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Make_cyg.mak b/src/Make_cyg.mak index b80c258e3..9091d0946 100644 --- a/src/Make_cyg.mak +++ b/src/Make_cyg.mak @@ -37,7 +37,8 @@ # USEDLL no or yes: set to yes to use the Runtime library DLL (no) # For USEDLL=yes the cygwin1.dll is required to run Vim. # "no" does not work with latest version of Cygwin, use -# Make_ming.mak instead. Or set CC to gcc-3. +# Make_ming.mak instead. Or set CC to gcc-3 and add +# -L/lib/w32api to EXTRA_LIBS. # POSTSCRIPT no or yes: set to yes for PostScript printing (no) # FEATURES TINY, SMALL, NORMAL, BIG or HUGE (BIG) # WINVER Lowest Win32 version to support. (0x0400) |