src/Makefile.vc6: adjust resource compiler include path
authorYang Tse <yangsita@gmail.com>
Wed, 14 Sep 2011 18:31:23 +0000 (20:31 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 14 Sep 2011 18:31:23 +0000 (20:31 +0200)
src/Makefile.vc6

index 7436d2c703ee54a71e9419053f6def3b252b5af3..d6ef39b3dc1c9b89fb350927da25686586d3f500 100644 (file)
@@ -121,7 +121,7 @@ RCD   = rc.exe /dDEBUGBUILD=1
 \r
 CFLAGS   = /I../lib /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c /D_BIND_TO_CURRENT_VCLIBS_VERSION=1\r
 LFLAGS   = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:$(MACHINE)\r
-RESFLAGS = /i../include\r
+RESFLAGS = /i../lib /i../include\r
 \r
 # This manifest thing is for VC8, enabled by the maketgz script that\r
 # builds the VC8 version of this makefile. Left commented out in the VC6\r