From: Martin v. Löwis Date: Fri, 24 Aug 2012 13:47:53 +0000 (+0200) Subject: Drop PC\python_nt.h as it's not used. X-Git-Tag: v3.3.0rc1~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bddf7244f0db2750a9478f49607d4e3a9361e61c;p=python Drop PC\python_nt.h as it's not used. Add input dependency on custom build step. --- diff --git a/Misc/NEWS b/Misc/NEWS index e8ec6dc8e1..f291a4a052 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -115,6 +115,9 @@ Tests Build ----- +- Drop PC\python_nt.h as it's not used. Add input dependency on custom + build step. + - Issue #15511: Drop explicit dependency on pythonxy.lib from _decimal amd64 configuration. diff --git a/PCbuild/make_versioninfo.vcxproj b/PCbuild/make_versioninfo.vcxproj index a8552876a1..9cf507bbb6 100644 --- a/PCbuild/make_versioninfo.vcxproj +++ b/PCbuild/make_versioninfo.vcxproj @@ -87,6 +87,7 @@ make_versioninfo.exe > ..\PC\pythonnt_rc.h $(SolutionDir)..\PC\pythonnt_rc.h;%(Outputs) + $(SolutionDir)make_versioninfo.exe MaxSpeed @@ -104,10 +105,10 @@ make_versioninfo.exe > ..\PC\pythonnt_rc.h Console 0x1d000000 + - cd $(SolutionDir) -make_versioninfo.exe > ..\PC\python_nt.h - + + @@ -140,6 +141,7 @@ make_versioninfo.exe > ..\PC\python_nt.h make_versioninfo_d.exe > ..\PC\pythonnt_rc_d.h $(SolutionDir)..\PC\pythonnt_rc_d.h;%(Outputs) + $(SolutionDir)make_versioninfo_d.exe Disabled @@ -158,9 +160,8 @@ make_versioninfo_d.exe > ..\PC\pythonnt_rc_d.h 0x1d000000 - cd $(SolutionDir) -make_versioninfo_d.exe > ..\PC\python_nt_d.h - + +