mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Generate rc[_d].h after linking
This commit is contained in:
parent
66bb6e661c
commit
d945f4e17d
1 changed files with 5 additions and 2 deletions
|
@ -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 @@
|
||||||
TypeLibraryName=".\./make_versioninfo.tlb"
|
TypeLibraryName=".\./make_versioninfo.tlb"
|
||||||
HeaderFileName=""/>
|
HeaderFileName=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"
|
||||||
|
CommandLine="$(TargetFileName) > ..\PC\python_nt.h"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
|
@ -122,7 +124,8 @@
|
||||||
TypeLibraryName=".\./make_versioninfo.tlb"
|
TypeLibraryName=".\./make_versioninfo.tlb"
|
||||||
HeaderFileName=""/>
|
HeaderFileName=""/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"/>
|
Name="VCPostBuildEventTool"
|
||||||
|
CommandLine="$(TargetFileName) > ..\PC\python_nt_d.h"/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"/>
|
Name="VCPreBuildEventTool"/>
|
||||||
<Tool
|
<Tool
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue