curl-library
Re: libcurl.dll version info
Date: Thu, 6 Nov 2003 23:57:17 +0100
I think you added too much to Makefile.VC6. My intention
was that only libcurl?.dll targets (CFG=*-dll except release-libcurl-ssl-dll)
should have a RESOURCE.
I don't think the linker likes a .res file added to a static libarary.
--- CVS-latest\Makefile.vc6 Thu Nov 06 17:04:19 2003
+++ lib\Makefile.vc6 Thu Nov 06 16:45:11 2003
@@ -62,7 +62,6 @@
LNK = $(LNKLIB) /out:$(TARGET)
CC = $(CCNODBG)
CFGSET = TRUE
-RESOURCE = $(DIROBJ)\libcurl.res
!ENDIF
######################
@@ -88,7 +87,6 @@
LINKLIBS = $(LINKLIBS)
CC = $(CCNODBG) $(CFLAGSSSL)
CFGSET = TRUE
-RESOURCE = $(DIROBJ)\libcurl.res
!ENDIF
######################
@@ -128,7 +126,6 @@
LNK = $(LNKLIB) /out:$(TARGET)
CC = $(CCDEBUG)
CFGSET = TRUE
-RESOURCE = $(DIROBJ)\libcurl.res
!ENDIF
######################
@@ -153,7 +150,6 @@
LINKLIBS = $(LINKLIBS)
CC = $(CCDEBUG) $(CFLAGSSSL)
CFGSET = TRUE
-RESOURCE = $(DIROBJ)\libcurl.res
!ENDIF
--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-07