diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-07-25 09:49:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-07-25 09:49:26 (GMT) |
commit | d945f4e17de06cd02a8fdd887a83e7c01f121b98 (patch) | |
tree | ba343607d576e7c7fe35ca23643f0dd60dceb6f3 /PCbuild | |
parent | 66bb6e661cb4d29078dd28735fce225c0aeaed80 (diff) | |
download | cpython-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.vcproj | 7 |
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) > ..\PC\python_nt.h"/> <Tool Name="VCPreBuildEventTool"/> <Tool @@ -122,7 +124,8 @@ TypeLibraryName=".\./make_versioninfo.tlb" HeaderFileName=""/> <Tool - Name="VCPostBuildEventTool"/> + Name="VCPostBuildEventTool" + CommandLine="$(TargetFileName) > ..\PC\python_nt_d.h"/> <Tool Name="VCPreBuildEventTool"/> <Tool |