aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-06 16:04:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-06 16:04:19 +0000
commit41be41358e5f81837dcbf4a61c4f246d87d60476 (patch)
tree89a626b9f04b89b83bdbb213d7f35f8e558118b1
parentecb818805ba80668e2e85c3dcce934e324c7f733 (diff)
CURLDEBUG, no underscore
-rw-r--r--lib/Makefile.vc64
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6
index 6e5aa5ecc..e72b3fdb3 100644
--- a/lib/Makefile.vc6
+++ b/lib/Makefile.vc6
@@ -252,12 +252,12 @@ $(DIROBJ):
debug-dll\libcurl.res \
debug-ssl-dll\libcurl.res \
release-libcurl-ssl-dll\libcurl.res: libcurl.rc
- rc /dCURL_DEBUG=1 /Fo $@ libcurl.rc
+ rc /dCURLDEBUG=1 /Fo $@ libcurl.rc
release-dll\libcurl.res \
release-ssl-dll\libcurl.res \
release-libcurl-ssl-dll\libcurl.res: libcurl.rc
- rc /dCURL_DEBUG=0 /Fo $@ libcurl.rc
+ rc /dCURLDEBUG=0 /Fo $@ libcurl.rc
clean:
-@erase $(DIROBJ)\*.obj