diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-11-06 16:04:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-06 16:04:19 +0000 |
commit | 41be41358e5f81837dcbf4a61c4f246d87d60476 (patch) | |
tree | 89a626b9f04b89b83bdbb213d7f35f8e558118b1 /lib | |
parent | ecb818805ba80668e2e85c3dcce934e324c7f733 (diff) | |
download | curl-41be41358e5f81837dcbf4a61c4f246d87d60476.tar.gz |
CURLDEBUG, no underscore
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 4 |
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
|