From 164fca39bdacc36b7d9f2d1b28ab5abe03ce4004 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 14 Jul 2010 13:58:07 +0200 Subject: Add clipboard support in Mac console. (Bjorn Winckler) --- src/Make_cyg.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Make_cyg.mak') 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) -- cgit v1.2.1