1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Fix Jacob's fix for mingw32 resource compiler so that it _only_ happens

when using the mingw32 resource compiler!

[originally from svn r600]
This commit is contained in:
Simon Tatham
2000-09-19 08:24:51 +00:00
parent 1c948beb32
commit 9119c6e02f
3 changed files with 39 additions and 31 deletions

View File

@ -72,7 +72,7 @@ print
"\n".
"CFLAGS = -mno-cygwin -Wall -O2 -D_WINDOWS -DDEBUG -DWIN32S_COMPAT -D_NO_OLDNAMES -I.\n".
"LDFLAGS = -mno-cygwin -s\n".
"RCFLAGS = \$(RCINC) --define WIN32=1 --define _WIN32=1 --define WINVER=0x0400\n".
"RCFLAGS = \$(RCINC) --define WIN32=1 --define _WIN32=1 --define WINVER=0x0400 --define MINGW32_FIX=1\n".
"LIBS = -ladvapi32 -luser32 -lgdi32 -lwsock32 -lcomctl32 -lcomdlg32\n".
"OBJ=o\n".
"RES=res.o\n".