[Python-checkins] r59873 - python/trunk/PC/VS8.0/_ctypes.vcproj

christian.heimes python-checkins at python.org
Wed Jan 9 15:46:10 CET 2008


Author: christian.heimes
Date: Wed Jan  9 15:46:10 2008
New Revision: 59873

Modified:
   python/trunk/PC/VS8.0/_ctypes.vcproj
Log:
vs9to8 sync

Modified: python/trunk/PC/VS8.0/_ctypes.vcproj
==============================================================================
--- python/trunk/PC/VS8.0/_ctypes.vcproj	(original)
+++ python/trunk/PC/VS8.0/_ctypes.vcproj	Wed Jan  9 15:46:10 2008
@@ -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