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

[Patch] X64 support revisited

From: Bert Huijben <B.Huijben_at_competence.biz>
Date: 2007-12-07 11:56:29 CET

        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

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.