summaryrefslogtreecommitdiffstats
path: root/PCbuild9/python.vcproj
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-19 18:35:20 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-19 18:35:20 (GMT)
commit82f013bb58f4a4a76ddc0a8407f620a6f0aac022 (patch)
tree91cf30d90f757c19ad49a8b7cf8b58f5fcf08d30 /PCbuild9/python.vcproj
parent87c0f1d1c95eb1766a1340cd100533dfd7a86d52 (diff)
downloadcpython-82f013bb58f4a4a76ddc0a8407f620a6f0aac022.zip
cpython-82f013bb58f4a4a76ddc0a8407f620a6f0aac022.tar.gz
cpython-82f013bb58f4a4a76ddc0a8407f620a6f0aac022.tar.bz2
Fixed build order of the _ssl project. The openssl project needs to come first because the makefile puts the header files in the right place.
Added some optimization flags to the Release builds of pythoncore and the executables.
Diffstat (limited to 'PCbuild9/python.vcproj')
-rw-r--r--PCbuild9/python.vcproj6
1 files changed, 6 insertions, 0 deletions
diff --git a/PCbuild9/python.vcproj b/PCbuild9/python.vcproj
index fa3c0e1..e470bed 100644
--- a/PCbuild9/python.vcproj
+++ b/PCbuild9/python.vcproj
@@ -69,6 +69,9 @@
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
BaseAddress="0x1d000000"
/>
<Tool
@@ -146,6 +149,9 @@
OutputFile="$(OutDir)\python.exe"
SubSystem="1"
StackReserveSize="2000000"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ LinkTimeCodeGeneration="1"
BaseAddress="0x1d000000"
/>
<Tool