mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
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. [originally from svn r2393]
This commit is contained in:
parent
6c1c86f23d
commit
860164958a
@ -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".
|
||||
|
Loading…
Reference in New Issue
Block a user