diff options
author | Yang Tse <yangsita@gmail.com> | 2011-09-14 20:31:23 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-09-14 20:31:23 +0200 |
commit | 6b33873c57129457688c3ff93a1bad89c5c3b54e (patch) | |
tree | 6b295caceb02368ce4633f945ccb8b4b299debac | |
parent | 90080da5fefe943aec5aa0b9c08510dc1dd48be3 (diff) |
src/Makefile.vc6: adjust resource compiler include path
-rw-r--r-- | src/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 7436d2c70..d6ef39b3d 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -121,7 +121,7 @@ RCD = rc.exe /dDEBUGBUILD=1 CFLAGS = /I../lib /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c /D_BIND_TO_CURRENT_VCLIBS_VERSION=1
LFLAGS = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:$(MACHINE)
-RESFLAGS = /i../include
+RESFLAGS = /i../lib /i../include
# This manifest thing is for VC8, enabled by the maketgz script that
# builds the VC8 version of this makefile. Left commented out in the VC6
|