Charles | 6 Jan 1999 20:17
Picon

Re: static library for windows

Use the command line and 'cd curl-7.10.3\lib'

nmake -f Makefile.vc6 CFG=

it will give you a list of options on how to build. 

Cheers,
Charles

----- Original Message ----- 
From: "Luther Baker" <myc3p0 <at> yahoo.com>
To: <curl-library <at> lists.sourceforge.net>
Sent: Thursday, February 20, 2003 2:20 AM
Subject: static library for windows

> Hi,
> 
> I just downloaded Curl and its working fine ...
> 
> Now, I'd like to build an executable that does NOT
> need to link to the Curl dll. IE, I want to run this
> executable on reasonably - any PC at work.
> 
> From a Windows standpoint, I believe I need to build
> the curl library as a static library - and my
> executable can be built the same way. But for some
> reason (visual studio 7.0), when I build the default
> project, I get a libcurl.lib and libcurl.dll just
> fine. But, when I switch one parameter and say
> "Project Defaults >> Configuration Type = Static
(Continue reading)


Gmane