summaryrefslogtreecommitdiffstats
path: root/PCbuild
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-08-24 13:47:53 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-08-24 13:47:53 (GMT)
commitbddf7244f0db2750a9478f49607d4e3a9361e61c (patch)
tree4735144ecfcb8090bd6b1082f3785ef556d6240a /PCbuild
parentb4b92becf16892a592c372d22f4189a9cbeda0b2 (diff)
downloadcpython-bddf7244f0db2750a9478f49607d4e3a9361e61c.zip
cpython-bddf7244f0db2750a9478f49607d4e3a9361e61c.tar.gz
cpython-bddf7244f0db2750a9478f49607d4e3a9361e61c.tar.bz2
Drop PC\python_nt.h as it's not used.
Add input dependency on custom build step.
Diffstat (limited to 'PCbuild')
-rw-r--r--PCbuild/make_versioninfo.vcxproj13
1 files changed, 7 insertions, 6 deletions
diff --git a/PCbuild/make_versioninfo.vcxproj b/PCbuild/make_versioninfo.vcxproj
index a855287..9cf507b 100644
--- a/PCbuild/make_versioninfo.vcxproj
+++ b/PCbuild/make_versioninfo.vcxproj
@@ -87,6 +87,7 @@
make_versioninfo.exe &gt; ..\PC\pythonnt_rc.h
</Command>
<Outputs>$(SolutionDir)..\PC\pythonnt_rc.h;%(Outputs)</Outputs>
+ <Inputs>$(SolutionDir)make_versioninfo.exe</Inputs>
</CustomBuildStep>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
@@ -104,10 +105,10 @@ make_versioninfo.exe &gt; ..\PC\pythonnt_rc.h
<SubSystem>Console</SubSystem>
<BaseAddress>0x1d000000</BaseAddress>
</Link>
+ <PostBuildEvent />
<PostBuildEvent>
- <Command>cd $(SolutionDir)
-make_versioninfo.exe &gt; ..\PC\python_nt.h
-</Command>
+ <Command>
+ </Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
@@ -140,6 +141,7 @@ make_versioninfo.exe &gt; ..\PC\python_nt.h
make_versioninfo_d.exe &gt; ..\PC\pythonnt_rc_d.h
</Command>
<Outputs>$(SolutionDir)..\PC\pythonnt_rc_d.h;%(Outputs)</Outputs>
+ <Inputs>$(SolutionDir)make_versioninfo_d.exe</Inputs>
</CustomBuildStep>
<ClCompile>
<Optimization>Disabled</Optimization>
@@ -158,9 +160,8 @@ make_versioninfo_d.exe &gt; ..\PC\pythonnt_rc_d.h
<BaseAddress>0x1d000000</BaseAddress>
</Link>
<PostBuildEvent>
- <Command>cd $(SolutionDir)
-make_versioninfo_d.exe &gt; ..\PC\python_nt_d.h
-</Command>
+ <Command>
+ </Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">