diff options
author | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2010-11-03 13:57:00 (GMT) |
---|---|---|
committer | Kristján Valur Jónsson <kristjan@ccpgames.com> | 2010-11-03 13:57:00 (GMT) |
commit | 33d144aa36ee8afb2f9a8c0b081e6f24591106ab (patch) | |
tree | dc428fe86c3d41b213e9666499d8dec0dfbd7bbd /PCbuild/make_buildinfo.vcproj | |
parent | 0eee1f588c9a6c3b15c0b9607357e2b0aadd808f (diff) | |
download | cpython-33d144aa36ee8afb2f9a8c0b081e6f24591106ab.zip cpython-33d144aa36ee8afb2f9a8c0b081e6f24591106ab.tar.gz cpython-33d144aa36ee8afb2f9a8c0b081e6f24591106ab.tar.bz2 |
issue 9981
let make_buildinfo use a temporary directory on windows
Diffstat (limited to 'PCbuild/make_buildinfo.vcproj')
-rw-r--r-- | PCbuild/make_buildinfo.vcproj | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/PCbuild/make_buildinfo.vcproj b/PCbuild/make_buildinfo.vcproj index c42229c..e494d93 100644 --- a/PCbuild/make_buildinfo.vcproj +++ b/PCbuild/make_buildinfo.vcproj @@ -12,9 +12,6 @@ <Platform Name="Win32" /> - <Platform - Name="x64" - /> </Platforms> <ToolFiles> </ToolFiles> @@ -84,64 +81,6 @@ Name="VCPostBuildEventTool" /> </Configuration> - <Configuration - Name="Release|x64" - ConfigurationType="1" - InheritedPropertySheets=".\pyproject.vsprops;.\x64.vsprops;.\release.vsprops" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - PreprocessorDefinitions="_CONSOLE" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> </Configurations> <References> </References> |