From: Martin v. Löwis Date: Sun, 25 Jul 2004 09:49:26 +0000 (+0000) Subject: Generate rc[_d].h after linking X-Git-Tag: v2.4a2~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d945f4e17de06cd02a8fdd887a83e7c01f121b98;p=python Generate rc[_d].h after linking --- diff --git a/PCbuild/make_versioninfo.vcproj b/PCbuild/make_versioninfo.vcproj index cff3f508ac..d847126f11 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=".."> @@ -57,7 +58,8 @@ TypeLibraryName=".\./make_versioninfo.tlb" HeaderFileName=""/> + Name="VCPostBuildEventTool" + CommandLine="$(TargetFileName) > ..\PC\python_nt.h"/> + Name="VCPostBuildEventTool" + CommandLine="$(TargetFileName) > ..\PC\python_nt_d.h"/>