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

[PATCH] Eliminate intermediate build_neon.bat on Windows

From: Ivan Zhakov <chemodax_at_gmail.com>
Date: 2005-12-06 23:54:28 CET

Hi, Branko and Erik!
I am trying making Windows building scripts plainer and more stable.
In attached patch I replace build_neon.bat with calling nmake directly
from neon project file. I consider it plainer and help in situation
when there are several version of VS exists on computer. I am going to
commit it tomorrow if nobody complains. Please let me know if you like
this idea, so I make this behavior for zlib.

[[
Eliminate intermediate build_neon.bat on Windows.

* build.conf
  (neon): Change project file location to neon's directory.

* build/generator/build_neon.ezt: Remove file.

* build/generator/gen_win.py
  (__init__): Remove build_neon.bat file generation.
  (write_neon_project_file): Change neon project file location. Pass
  additional parameters to template.

* build/generator/neon.dsp.ezt
* build/generator/neon.vcproj.ezt: Change command line to call nmake
  directly instead of build_neon.bat. Replace absolute paths to
  relative.
]]

--
Ivan Zhakov


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Dec 7 00:04:21 2005

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.