summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-07-25 09:49:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-07-25 09:49:26 (GMT)
commitd945f4e17de06cd02a8fdd887a83e7c01f121b98 (patch)
treeba343607d576e7c7fe35ca23643f0dd60dceb6f3 /PCbuild
parent66bb6e661cb4d29078dd28735fce225c0aeaed80 (diff)
downloadcpython-d945f4e17de06cd02a8fdd887a83e7c01f121b98.zip
cpython-d945f4e17de06cd02a8fdd887a83e7c01f121b98.tar.gz
cpython-d945f4e17de06cd02a8fdd887a83e7c01f121b98.tar.bz2
Generate rc[_d].h after linking
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/make_versioninfo.vcproj7
1 files changed, 5 insertions, 2 deletions
diff --git a/PCbuild/make_versioninfo.vcproj b/PCbuild/make_versioninfo.vcproj
index cff3f50..d847126 100644
--- a/PCbuild/make_versioninfo.vcproj
+++ b/PCbuild/make_versioninfo.vcproj
@@ -3,6 +3,7 @@
ProjectType="Visual C++"
Version="7.10"
Name="make_versioninfo"
+ RootNamespace="make_versioninfo"
SccProjectName="make_versioninfo"
SccLocalPath="..">
<Platforms>
@@ -57,7 +58,8 @@
TypeLibraryName=".\./make_versioninfo.tlb"
HeaderFileName=""/>
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPostBuildEventTool"
+ CommandLine="$(TargetFileName) &gt; ..\PC\python_nt.h"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -122,7 +124,8 @@
TypeLibraryName=".\./make_versioninfo.tlb"
HeaderFileName=""/>
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPostBuildEventTool"
+ CommandLine="$(TargetFileName) &gt; ..\PC\python_nt_d.h"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool