From: simon Date: Tue, 31 Dec 2002 10:04:35 +0000 (+0000) Subject: Dimitrie Paun's patch for Winelib support. Actually does nothing X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/3ea61c49566899342d6a5815dd49fab64477dfba Dimitrie Paun's patch for Winelib support. Actually does nothing 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 --- diff --git a/mkfiles.pl b/mkfiles.pl index 8685752c..30417b28 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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".