[Python-checkins] python/dist/src/PCbuild make_versioninfo.vcproj,
1.2, 1.3
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Sun Jul 25 11:49:29 CEST 2004
Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12465
Modified Files:
make_versioninfo.vcproj
Log Message:
Generate rc[_d].h after linking
Index: make_versioninfo.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/make_versioninfo.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** make_versioninfo.vcproj 15 Jun 2004 18:18:19 -0000 1.2
--- make_versioninfo.vcproj 25 Jul 2004 09:49:26 -0000 1.3
***************
*** 4,7 ****
--- 4,8 ----
Version="7.10"
Name="make_versioninfo"
+ RootNamespace="make_versioninfo"
SccProjectName="make_versioninfo"
SccLocalPath="..">
***************
*** 58,62 ****
HeaderFileName=""/>
<Tool
! Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
--- 59,64 ----
HeaderFileName=""/>
<Tool
! Name="VCPostBuildEventTool"
! CommandLine="$(TargetFileName) > ..\PC\python_nt.h"/>
<Tool
Name="VCPreBuildEventTool"/>
***************
*** 123,127 ****
HeaderFileName=""/>
<Tool
! Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
--- 125,130 ----
HeaderFileName=""/>
<Tool
! Name="VCPostBuildEventTool"
! CommandLine="$(TargetFileName) > ..\PC\python_nt_d.h"/>
<Tool
Name="VCPreBuildEventTool"/>
More information about the Python-checkins
mailing list