cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Makefile.vc6 (Last Thing...I Promise...)

From: Casey ODonnell <caseyodonnell_at_gmail.com>
Date: Sun, 15 Aug 2004 21:29:49 -0400

Just grabbed latest CVC and did a nmake. Worked great.

On Sun, 15 Aug 2004 01:15:11 +0200, Guenter Knauf <eflash_at_gmx.net> wrote:
> Hi Casey,
> I've tested and applied your suggested patch.
>
> Guenter.
>
>
>
> > In any DLL builds you have to link against the windows libraries...
>
> > release-dll needs to be:
> > LNK = $(LNKDLL) $(WINLIBS) /out:$(TARGET) /IMPLIB:"$(LIB_NAME).lib"
>
> > release-libcurl-ssl-dll needs to be:
> > LNK = $(LNKLIB) $(WINLIBS) $(SSLLIBS) $(LFLAGSSSL) /out:$(TARGET)
>
> > debug-dll needs to be:
> > LNK = $(LNKDLL) $(WINLIBS) /DEBUG /out:$(TARGET)
> > /IMPLIB:"$(LIB_NAME_DEBUG).lib" /PDB:"$(LIB_NAME_DEBUG).pdb"
>
> > debug-ssl-dll needs to be:
> > LNK = $(LNKDLL) $(WINLIBS) $(LFLAGSSSL) /DEBUG /out:$(TARGET)
> > /IMPLIB:"$(LIB_NAME_DEBUG).lib" /PDB:"$(LIB_NAME_DEBUG).pdb"
>
> > Otherwise the linker flips out and yells about unresolved externals...
>
> > Cheers.
> > Casey
>
> > --
> > Casey O'Donnell
> > RPI STS Department - Graduate Student
>
> > http://homepage.mac.com/codonnell/
> > http://homepage.mac.com/codonnell/wxblogger/
>
>

-- 
Casey O'Donnell
RPI STS Department - Graduate Student
http://homepage.mac.com/codonnell/
http://homepage.mac.com/codonnell/wxblogger/
Received on 2004-08-16