diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-19 08:36:32 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-19 08:36:32 (GMT) |
commit | 97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f (patch) | |
tree | 1609aec6e81c4c3eae253dd5a1cf4bf4f5703b29 /PCbuild9/pythonw.vcproj | |
parent | a6b46357f652e620a4072ced75abd664be632210 (diff) | |
download | cpython-97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f.zip cpython-97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f.tar.gz cpython-97e8029d0bb88823b1b6c9d302bbaf2e357dbc7f.tar.bz2 |
I've spend some time to automate more steps of the build process. Now bzip2, bsddb, sqlite and openssl are automatically build by prelink steps.
I had to use some tricks to build openssl for 32 and 64bit CPUs in two separate build dirs.
Diffstat (limited to 'PCbuild9/pythonw.vcproj')
-rw-r--r-- | PCbuild9/pythonw.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild9/pythonw.vcproj b/PCbuild9/pythonw.vcproj index 6b9ec8e..c4ec442 100644 --- a/PCbuild9/pythonw.vcproj +++ b/PCbuild9/pythonw.vcproj @@ -61,6 +61,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\pythonw_d.exe" SubSystem="2" StackReserveSize="2000000" BaseAddress="0x1d000000" @@ -133,6 +134,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\pythonw_d.exe" SubSystem="2" StackReserveSize="2000000" BaseAddress="0x1d000000" @@ -206,6 +208,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\pythonw.exe" SubSystem="2" StackReserveSize="2000000" BaseAddress="0x1d000000" @@ -281,6 +284,7 @@ /> <Tool Name="VCLinkerTool" + OutputFile="$(OutDir)\pythonw.exe" SubSystem="2" StackReserveSize="2000000" BaseAddress="0x1d000000" |