You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Bert Huijben <B....@competence.biz> on 2007/12/07 10:56:29 UTC

[Patch] X64 support revisited

	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....@competence.biz>
Found by: Daniel <da...@fastmail.fm>
]]

	Bert

Re: [Patch] X64 support revisited

Posted by "D.J. Heap" <dj...@gmail.com>.
On Dec 7, 2007 3:56 AM, Bert Huijben <B....@competence.biz> wrote:
>        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)


Thanks!  Committed in r28354.

DJ

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