CURLDEBUG, no underscore
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Nov 2003 16:04:19 +0000 (16:04 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Nov 2003 16:04:19 +0000 (16:04 +0000)
lib/Makefile.vc6

index 6e5aa5e..e72b3fd 100644 (file)
@@ -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