curl-library
Re: new makefile for Visual C++
Date: Tue, 24 Feb 2009 20:52:54 +0100
Rom Walton wrote:
> Would you all mind adding the following to your Windows makefiles?
>
> 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
Both at the same time??
Actually /debug and /pdp: are already present in new version of makefile;
117: !IF "$(BUILD_CFG)" == "dynamic-debug"
118: LFLAGS = $(LFLAGS) $(LFLAGS_DYNAMIC) /debug
380: !IF "$(BUILD_CFG)" == "dynamic-debug"
390: LFLAGS = $(LFLAGS) $(LNK_OUT).dll $(LNK_OUT_IMP)
/pdb:$(DIR_OUT)/$(TARGET).pdb
I tried to use it in static-debug build as well but I got errors. Do you
know which build configs it's valid in?
Regards
Piotr Dobrogost
Received on 2009-02-24