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