summaryrefslogtreecommitdiffstats
path: root/PCbuild8/make_versioninfo/make_versioninfo.vcproj
diff options
context:
space:
mode:
authorKristján Valur Jónsson <kristjan@ccpgames.com>2007-05-03 20:04:53 (GMT)
committerKristján Valur Jónsson <kristjan@ccpgames.com>2007-05-03 20:04:53 (GMT)
commit19ac472ba12c41e201b91a45e21ebc0b079d3ca1 (patch)
treeac589568aad10986b9182e805abe0a2eb587c6d4 /PCbuild8/make_versioninfo/make_versioninfo.vcproj
parent27f4abf3b16ab818eae765439341139babc9ea31 (diff)
downloadcpython-19ac472ba12c41e201b91a45e21ebc0b079d3ca1.zip
cpython-19ac472ba12c41e201b91a45e21ebc0b079d3ca1.tar.gz
cpython-19ac472ba12c41e201b91a45e21ebc0b079d3ca1.tar.bz2
Fix pcbuild8 after recent overhaul: Added the version resource to python26.dll. Adjust stacksize to 2Mb and made large address aware for 32 bits, and set stacksize to 3Mb for 64 bits.
Todo: Set .dll optimized load addresses, and side-by-side packaging of the python26.dll.
Diffstat (limited to 'PCbuild8/make_versioninfo/make_versioninfo.vcproj')
-rw-r--r--PCbuild8/make_versioninfo/make_versioninfo.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild8/make_versioninfo/make_versioninfo.vcproj b/PCbuild8/make_versioninfo/make_versioninfo.vcproj
index 95daa07..6e51944 100644
--- a/PCbuild8/make_versioninfo/make_versioninfo.vcproj
+++ b/PCbuild8/make_versioninfo/make_versioninfo.vcproj
@@ -90,7 +90,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Generating python_rc.h"
- CommandLine="$(OutDir)\$(TargetFileName) &gt; ..\..\PC\python_rc.h&#x0D;&#x0A;$(OutDir)\$(TargetFileName) &gt; ..\..\PC\python_rc_d.h&#x0D;&#x0A;"
+ CommandLine="$(OutDir)\$(TargetFileName) &gt; ..\..\PC\pythonnt_rc.h&#x0D;&#x0A;$(OutDir)\$(TargetFileName) &gt; ..\..\PC\pythonnt_rc_d.h&#x0D;&#x0A;"
/>
</Configuration>
</Configurations>