Commit d945f4e1 authored by Martin v. Löwis's avatar Martin v. Löwis

Generate rc[_d].h after linking

parent 66bb6e66
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
ProjectType="Visual C++" ProjectType="Visual C++"
Version="7.10" Version="7.10"
Name="make_versioninfo" Name="make_versioninfo"
RootNamespace="make_versioninfo"
SccProjectName="make_versioninfo" SccProjectName="make_versioninfo"
SccLocalPath=".."> SccLocalPath="..">
<Platforms> <Platforms>
...@@ -57,7 +58,8 @@ ...@@ -57,7 +58,8 @@
TypeLibraryName=".\./make_versioninfo.tlb" TypeLibraryName=".\./make_versioninfo.tlb"
HeaderFileName=""/> HeaderFileName=""/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"
CommandLine="$(TargetFileName) &gt; ..\PC\python_nt.h"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
...@@ -122,7 +124,8 @@ ...@@ -122,7 +124,8 @@
TypeLibraryName=".\./make_versioninfo.tlb" TypeLibraryName=".\./make_versioninfo.tlb"
HeaderFileName=""/> HeaderFileName=""/>
<Tool <Tool
Name="VCPostBuildEventTool"/> Name="VCPostBuildEventTool"
CommandLine="$(TargetFileName) &gt; ..\PC\python_nt_d.h"/>
<Tool <Tool
Name="VCPreBuildEventTool"/> Name="VCPreBuildEventTool"/>
<Tool <Tool
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment