1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-22 08:08:50 -05:00

CURLDEBUG, no underscore

This commit is contained in:
Daniel Stenberg 2003-11-06 16:04:19 +00:00
parent ecb818805b
commit 41be41358e

View File

@ -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