curl-library
RE: new makefile for Visual C++
Date: Tue, 24 Feb 2009 14:33:08 -0500
Would you all mind adding the following to your Windows makefiles?
CFLAGS = /Zi
LFLAGS = /debug /release
Basically those additional flags will prepare the new libcurl builds for generating a PDB symbol file which can be added to a symbol store which can then be used for debugging should there be a problem.
----- Rom
-----Original Message-----
From: curl-library-bounces_at_cool.haxx.se [mailto:curl-library-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Tuesday, February 24, 2009 3:14 AM
To: libcurl development
Subject: Re: new makefile for Visual C++
On Tue, 24 Feb 2009, Patrik Thunström wrote:
> Not to be a party pooper here, and excuse me for borrowing this thread a
> bit, but I've been wondering for quite some time why there's no build
> targets incorporating LibSSH2 for SFTP functionality in the makefile for VC?
> I know there are in the ming32 makefile, and I can't see why the same
> parameters wouldn't work also for VC, of course adjusted to the correct
> syntax.
There's absolutely no reason at all. If we just clean things up and get this
improved foundation I'd REALLY like to see libssh2 added to the build setup in
a similar fashion like the rest!
-- / daniel.haxx.seReceived on 2009-02-24