cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: curl /lib Makefile.am Makefile.m32 Makefile.vc6

From: Gisle Vanem <gvanem_at_broadpark.no>
Date: Thu, 6 Nov 2003 16:53:20 +0100

A small typo in my patch. Should be 'CURLDEBUG'.

--- Makefile.vc6.orig Thu Nov 06 15:22:22 2003
+++ Makefile.vc6 Thu Nov 06 16:45:11 2003
@@ -248,12 +248,12 @@
 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:
        -_at_erase $(DIROBJ)\*.obj

--gv

-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
Received on 2003-11-06