[Python-checkins] r59869 - python/trunk/PCbuild/_ctypes.vcproj

thomas.heller python-checkins at python.org
Wed Jan 9 12:19:19 CET 2008


Author: thomas.heller
Date: Wed Jan  9 12:19:19 2008
New Revision: 59869

Modified:
   python/trunk/PCbuild/_ctypes.vcproj
Log:
Set the output file in the _ctypes Debug|x64 configuration.

Modified: python/trunk/PCbuild/_ctypes.vcproj
==============================================================================
--- python/trunk/PCbuild/_ctypes.vcproj	(original)
+++ python/trunk/PCbuild/_ctypes.vcproj	Wed Jan  9 12:19:19 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
 	ProjectType="Visual C++"
-	Version="9,00"
+	Version="9.00"
 	Name="_ctypes"
 	ProjectGUID="{0E9791DB-593A-465F-98BC-681011311618}"
 	RootNamespace="_ctypes"
@@ -643,6 +643,7 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						CommandLine="ml64 /nologo /c /Fo &quot;$(IntDir)\win64.obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+						Outputs="$(IntDir)\win64.obj"
 					/>
 				</FileConfiguration>
 				<FileConfiguration


More information about the Python-checkins mailing list