]> granicus.if.org Git - curl/commitdiff
DEBUGBUILD / CURLDEBUG decoupling follow-up
authorYang Tse <yangsita@gmail.com>
Mon, 15 Jun 2009 02:30:22 +0000 (02:30 +0000)
committerYang Tse <yangsita@gmail.com>
Mon, 15 Jun 2009 02:30:22 +0000 (02:30 +0000)
lib/Makefile.vc6
src/Makefile.vc6

index fb4adca6c613b7bc22d094063ec7131dc408a049..0aaac582dc0ac806c5fcf7c72c28a16acb9ace7f 100644 (file)
@@ -537,11 +537,11 @@ debug-dll\libcurl.res \
 debug-dll-ssl-dll\libcurl.res \\r
 debug-dll-zlib-dll\libcurl.res \\r
 debug-dll-ssl-dll-zlib-dll\libcurl.res: libcurl.rc\r
-       rc /dCURLDEBUG=1 /Fo $@ libcurl.rc\r
+       rc /dDEBUGBUILD=1 /Fo $@ libcurl.rc\r
 \r
 release-dll\libcurl.res \\r
 release-dll-ssl-dll\libcurl.res \\r
 release-dll-zlib-dll\libcurl.res \\r
 release-dll-ssl-dll-zlib-dll\libcurl.res: libcurl.rc\r
-       rc /dCURLDEBUG=0 /Fo $@ libcurl.rc\r
+       rc /dDEBUGBUILD=0 /Fo $@ libcurl.rc\r
 !ENDIF  # End of case where a config was provided.\r
index e6236aa45326d39393a8d293c9d54ac72e483519..a3be9c232bc8fb9f0ac826e6a5c3ff3677d16e17 100644 (file)
@@ -71,12 +71,12 @@ RTLIBD = /MTd
 ## Release\r
 CCR   = cl.exe $(RTLIB) /O2 /DNDEBUG\r
 LINKR = link.exe /incremental:no /libpath:"../lib"\r
-RCR   = rc.exe /dCURLDEBUG=0\r
+RCR   = rc.exe /dDEBUGBUILD=0\r
 \r
 ## Debug\r
 CCD   = cl.exe $(RTLIBD) /Gm /ZI /Od /D_DEBUG /GZ\r
 LINKD = link.exe /incremental:yes /debug /libpath:"../lib"\r
-RCD   = rc.exe /dCURLDEBUG=1\r
+RCD   = rc.exe /dDEBUGBUILD=1\r
 \r
 CFLAGS   = /I../lib /I../include /nologo /W3 /GX /DWIN32 /YX /FD /c\r
 LFLAGS   = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:$(MACHINE)\r