Hi,
I seem to have introduced some problems with older versions of Visual
Studio (2002 and 2003) with the X64 support in r26854. To resolve these
I made some changes in the python scripting to allow generating the
platforms in the project template files on the fly.
This will revert the build behavior of Visual C++ 6.0, Visual Studio
2002 and 2003 to builds without X64 support.
(I don't know if it should be reverted for VC 6.0, but these released
did not ship with an X64 compiler)
[[
Only generate X64 platforms on supported visual studio releases (Update
to r26854)
* build/generator/gen_win.py
(WinGeneratorBase) Only add x64 platform for VS2005 and VS2008
(move_proj_file) Provide platforms and configs data to project
templates.
* build/generator/neon.vcproj.ezt
* build/generator/serf.vcproj.ezt
* build/generator/svn_locale.vcproj.ezt
* build/generator/zlib.vcproj.ezt
Use platforms to generate project files.
* build/generator/svn_config.vcproj.ezt
Use platforms and configs data to generate project file.
Patch by: Bert Huijben <b.huijben@competence.biz>
Found by: Daniel <danielsh@fastmail.fm>
]]
Bert
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 7 11:56:45 2007