Dimitrie Paun's patch for Winelib support. Actually does nothing
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Dec 2002 10:04:35 +0000 (10:04 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 31 Dec 2002 10:04:35 +0000 (10:04 +0000)
except add a couple of commented-out lines to Makefile.cyg; the
Winelib user must uncomment them to do the compilation.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2393 cda61777-01e9-0310-a592-d414129be87e

mkfiles.pl

index 8685752..30417b2 100755 (executable)
@@ -293,6 +293,9 @@ print
 "# TOOLPATH = /pkg/mingw32msvc/i386-mingw32msvc/bin/\n".
 "CC = \$(TOOLPATH)gcc\n".
 "RC = \$(TOOLPATH)windres\n".
+"# Uncomment the following two lines to compile under Winelib\n".
+"# CC = winegcc\n".
+"# RC = wrc\n".
 "# You may also need to tell windres where to find include files:\n".
 "# RCINC = --include-dir c:\\cygwin\\include\\\n".
 "\n".