diff options
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
|