[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: rev 5903 - trunk/build/generator

From: Branko Čibej <brane_at_xbc.nu>
Date: 2003-05-14 00:06:05 CEST

Greg Stein wrote:

>On Mon, May 12, 2003 at 11:00:08PM -0500, brane@tigris.org wrote:
>
>
>>...
>>* build/generator/msvc_dsp.ezt: Take dependent libraries from the config
>> object, not from the global data.
>>...
>>+++ trunk/build/generator/msvc_dsp.ezt Mon May 12 23:00:07 2003
>>@@ -46,7 +46,7 @@
>> # ADD RSC /l [if-any is_exe]0x409[else]0x424[end]
>> BSC32=bscmake.exe
>> LINK32=link.exe
>>-[if-any is_exe is_apache_mod]# ADD LINK32 /nologo [if-any is_exe]/subsystem:console[end] [is configs.name "Debug"]/debug[end] [if-any is_apache_mod]/dll[end] /machine:IX86[for libs] [libs][end][for configs.libdirs] /libpath:"[configs.libdirs]"[end] /out:"[rootpath]\[configs.name]\[target.path]\[target.output_name]"
>>+[if-any is_exe is_apache_mod]# ADD LINK32 /nologo [if-any is_exe]/subsystem:console[end] /debug [if-any is_apache_mod]/dll[end] /machine:IX86[for configs.libs] [configs.libs][end][for configs.libdirs] /libpath:"[configs.libdirs]"[end] /out:"[rootpath]\[configs.name]\[target.path]\[target.output_name]"
>> [end][end][end][end][end]
>> !ENDIF
>>
>>
>
>It looks like the /debug is no longer conditional. Did you intend that?
>
>

Oh duh, I forgot that when I backed out another change to make this
commit. Actually yes, I did intend that, because I want to ad /Zi to the
Release build options. Same reason as wrowe's adding it to APR & friends
-- it makes crash traces on Windows much easier if the debug info is
available.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 14 00:06:58 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.