From: Christian Heimes Date: Mon, 19 Nov 2007 01:23:57 +0000 (+0000) Subject: Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine except... X-Git-Tag: v3.0a2~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a48c4c915ce6b2889f0d2926389f49ed22be987;p=python Removed ReleaseAMD64 and replaced it with platform x64. The x64 builds fine except of the modules that depend on external libraries like tkinter and openssl. And I can't test the build on my 32bit CPU. --- diff --git a/PCbuild9/_bsddb.vcproj b/PCbuild9/_bsddb.vcproj index 814ca9b84f..eea3eed0a2 100644 --- a/PCbuild9/_bsddb.vcproj +++ b/PCbuild9/_bsddb.vcproj @@ -12,6 +12,9 @@ + @@ -82,6 +85,73 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -177,6 +245,7 @@ /> + @@ -82,6 +85,73 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -175,6 +243,7 @@ /> + + + + + + diff --git a/PCbuild9/_ctypes_test.vcproj b/PCbuild9/_ctypes_test.vcproj index 991e2bf8ed..7c9f2efd65 100644 --- a/PCbuild9/_ctypes_test.vcproj +++ b/PCbuild9/_ctypes_test.vcproj @@ -12,6 +12,9 @@ + @@ -79,6 +82,70 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -171,6 +236,7 @@ /> + @@ -82,6 +85,73 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -177,6 +245,7 @@ /> + @@ -53,7 +56,73 @@ /> + + + + + + + + + + + + + + + + + + + @@ -175,6 +242,7 @@ /> + @@ -81,6 +84,72 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -175,6 +242,7 @@ /> + @@ -82,6 +85,73 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -177,6 +245,7 @@ /> + @@ -82,6 +85,73 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -177,6 +245,7 @@ /> + @@ -80,6 +83,71 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -173,6 +239,7 @@ /> + @@ -81,6 +84,72 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -175,6 +242,7 @@ /> + @@ -81,6 +84,72 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -175,6 +242,7 @@ /> + @@ -60,8 +63,81 @@ OutputFile="$(OutDir)/make_buildinfo.exe" LinkIncremental="2" GenerateDebugInformation="true" - ProgramDatabaseFile="$(OutDir)/make_buildinfo.pdb" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" + SubSystem="1" + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -66,9 +69,91 @@ AdditionalDependencies="odbccp32.lib" OutputFile=".\./make_versioninfo.exe" GenerateDebugInformation="true" - ProgramDatabaseFile=".\./make_versioninfo.pdb" + ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb" + SubSystem="1" + BaseAddress="0x1d000000" + /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -80,6 +83,71 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -173,6 +239,7 @@ /> + @@ -63,8 +66,6 @@ + + + + + + + + + + + + + + + + + + + - - diff --git a/PCbuild9/pythoncore.vcproj b/PCbuild9/pythoncore.vcproj index 8431f313b2..87cab01615 100644 --- a/PCbuild9/pythoncore.vcproj +++ b/PCbuild9/pythoncore.vcproj @@ -11,6 +11,9 @@ + @@ -62,11 +65,11 @@ @@ -113,6 +114,7 @@ /> + + + + + + + + + + + + + + + + + + + + @@ -58,8 +61,6 @@ /> + + + + + + + + + + + + + + + + + + + @@ -134,11 +206,10 @@ /> @@ -183,6 +254,7 @@ /> - - diff --git a/PCbuild9/select.vcproj b/PCbuild9/select.vcproj index 01d23dacfc..99856207f1 100644 --- a/PCbuild9/select.vcproj +++ b/PCbuild9/select.vcproj @@ -12,6 +12,9 @@ + @@ -82,6 +85,73 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -177,6 +245,7 @@ /> + @@ -80,6 +83,71 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -173,6 +239,7 @@ /> + @@ -57,9 +61,7 @@ /> + + + + + + + + + + + + + + + + + + + + @@ -79,6 +82,70 @@ Name="VCPostBuildEventTool" /> + + + + + + + + + + + + + + + + + + + @@ -172,6 +237,7 @@ /> - - - - diff --git a/PCbuild9/amd64.vsprops b/PCbuild9/x64.vsprops similarity index 53% rename from PCbuild9/amd64.vsprops rename to PCbuild9/x64.vsprops index 0803dbfa23..acc332507a 100644 --- a/PCbuild9/amd64.vsprops +++ b/PCbuild9/x64.vsprops @@ -3,15 +3,15 @@ ProjectType="Visual C++" Version="8.00" Name="amd64" - OutputDirectory="$(SolutionDir)/amd64" + OutputDirectory="$(SolutionDir)\amd64\" + IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\" >