projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90080da
)
src/Makefile.vc6: adjust resource compiler include path
author
Yang Tse
<yangsita@gmail.com>
Wed, 14 Sep 2011 18:31:23 +0000
(20:31 +0200)
committer
Yang Tse
<yangsita@gmail.com>
Wed, 14 Sep 2011 18:31:23 +0000
(20:31 +0200)
src/Makefile.vc6
patch
|
blob
|
history
diff --git
a/src/Makefile.vc6
b/src/Makefile.vc6
index 7436d2c703ee54a71e9419053f6def3b252b5af3..d6ef39b3dc1c9b89fb350927da25686586d3f500 100644
(file)
--- a/
src/Makefile.vc6
+++ b/
src/Makefile.vc6
@@
-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