projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb8188
)
CURLDEBUG, no underscore
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 6 Nov 2003 16:04:19 +0000
(16:04 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 6 Nov 2003 16:04:19 +0000
(16:04 +0000)
lib/Makefile.vc6
patch
|
blob
|
history
diff --git
a/lib/Makefile.vc6
b/lib/Makefile.vc6
index
6e5aa5e
..
e72b3fd
100644
(file)
--- a/
lib/Makefile.vc6
+++ b/
lib/Makefile.vc6
@@
-252,12
+252,12
@@
$(DIROBJ):
debug-dll\libcurl.res \
\r
debug-ssl-dll\libcurl.res \
\r
release-libcurl-ssl-dll\libcurl.res: libcurl.rc
\r
- rc /dCURL
_
DEBUG=1 /Fo $@ libcurl.rc
\r
+ rc /dCURLDEBUG=1 /Fo $@ libcurl.rc
\r
\r
release-dll\libcurl.res \
\r
release-ssl-dll\libcurl.res \
\r
release-libcurl-ssl-dll\libcurl.res: libcurl.rc
\r
- rc /dCURL
_
DEBUG=0 /Fo $@ libcurl.rc
\r
+ rc /dCURLDEBUG=0 /Fo $@ libcurl.rc
\r
\r
clean:
\r
-@erase $(DIROBJ)\*.obj
\r