Fix the Cygwin RCFLAGS in the light of recent changes.

[originally from svn r7023]
This commit is contained in:
Simon Tatham
2006-12-27 15:33:43 +00:00
parent 197c2ebc12
commit 1f1eee4246

View File

@ -492,7 +492,8 @@ if (defined $makefiles{'cygwin'}) {
"\n".
"LDFLAGS = -mno-cygwin -s\n".
&splitline("RCFLAGS = \$(RCINC) --define WIN32=1 --define _WIN32=1".
" --define WINVER=0x0400 --define MINGW32_FIX=1")."\n".
" --define WINVER=0x0400 --define MINGW32_FIX=1 " .
(join " ", map {"--include $dirpfx$_"} @srcdirs) )."\n".
"\n";
print &splitline("all:" . join "", map { " $_.exe" } &progrealnames("G:C"));
print "\n\n";