diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2007-05-03 20:04:53 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2007-05-03 20:04:53 (GMT) |
commit | 19ac472ba12c41e201b91a45e21ebc0b079d3ca1 (patch) | |
tree | ac589568aad10986b9182e805abe0a2eb587c6d4 /PCbuild8/make_versioninfo/make_versioninfo.vcproj | |
parent | 27f4abf3b16ab818eae765439341139babc9ea31 (diff) | |
download | cpython-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.vcproj | 2 |
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) > ..\..\PC\python_rc.h
$(OutDir)\$(TargetFileName) > ..\..\PC\python_rc_d.h
"
+ CommandLine="$(OutDir)\$(TargetFileName) > ..\..\PC\pythonnt_rc.h
$(OutDir)\$(TargetFileName) > ..\..\PC\pythonnt_rc_d.h
"
/>
</Configuration>
</Configurations>
|