[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: Greg Stein <gstein_at_lyra.org>
Date: 2003-05-13 23:20:09 CEST

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?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 13 23:19:15 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.