summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pythonw.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-19 01:23:57 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-19 01:23:57 (GMT)
commit8a48c4c915ce6b2889f0d2926389f49ed22be987 (patch)
tree6c5733d3288ca375b307e4c51eea38b1f3b5214b /PCbuild9/pythonw.vcproj
parent80101a8ac7a8291c3341ca3373b1d0ddd2892de9 (diff)
downloadcpython-8a48c4c915ce6b2889f0d2926389f49ed22be987.zip
cpython-8a48c4c915ce6b2889f0d2926389f49ed22be987.tar.gz
cpython-8a48c4c915ce6b2889f0d2926389f49ed22be987.tar.bz2
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.
Diffstat (limited to 'PCbuild9/pythonw.vcproj')
-rw-r--r--PCbuild9/pythonw.vcproj95
1 files changed, 80 insertions, 15 deletions
diff --git a/PCbuild9/pythonw.vcproj b/PCbuild9/pythonw.vcproj
index 05d8c32..6b9ec8e 100644
--- a/PCbuild9/pythonw.vcproj
+++ b/PCbuild9/pythonw.vcproj
@@ -10,6 +10,9 @@
<Platform
Name="Win32"
/>
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
@@ -58,8 +61,6 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="./pythonw_d.exe"
- ProgramDatabaseFile=".\./pythonw_d.pdb"
SubSystem="2"
StackReserveSize="2000000"
BaseAddress="0x1d000000"
@@ -88,9 +89,80 @@
/>
</Configuration>
<Configuration
- Name="ReleaseAMD64|Win32"
+ Name="Debug|x64"
ConfigurationType="1"
- InheritedPropertySheets=".\pyproject.vsprops;.\amd64.vsprops"
+ InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ SubSystem="2"
+ StackReserveSize="2000000"
+ BaseAddress="0x1d000000"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ ConfigurationType="1"
+ InheritedPropertySheets=".\pyproject.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
@@ -134,11 +206,10 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile=".\./pythonw.exe"
- ProgramDatabaseFile=".\./pythonw.pdb"
SubSystem="2"
StackReserveSize="2000000"
BaseAddress="0x1d000000"
+ TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
@@ -163,9 +234,9 @@
/>
</Configuration>
<Configuration
- Name="Release|Win32"
+ Name="Release|x64"
ConfigurationType="1"
- InheritedPropertySheets=".\pyproject.vsprops"
+ InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="false"
>
@@ -183,6 +254,7 @@
/>
<Tool
Name="VCMIDLTool"
+ TargetEnvironment="3"
/>
<Tool
Name="VCCLCompilerTool"
@@ -209,12 +281,9 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile=".\./pythonw.exe"
- ProgramDatabaseFile=".\./pythonw.pdb"
SubSystem="2"
StackReserveSize="2000000"
BaseAddress="0x1d000000"
- TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
@@ -243,10 +312,6 @@
</References>
<Files>
<Filter
- Name="Header Files"
- >
- </Filter>
- <Filter
Name="Resource Files"
>
<File