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

thomas.heller python-checkins at python.org
Mon Jun 23 21:51:42 CEST 2008


Author: thomas.heller
Date: Mon Jun 23 21:51:41 2008
New Revision: 64490

Log:
Include debug info when assembling win64.asm in a debug build.

Modified:
   python/trunk/PCbuild/_ctypes.vcproj

Modified: python/trunk/PCbuild/_ctypes.vcproj
==============================================================================
--- python/trunk/PCbuild/_ctypes.vcproj	(original)
+++ python/trunk/PCbuild/_ctypes.vcproj	Mon Jun 23 21:51:41 2008
@@ -642,7 +642,7 @@
 					>
 					<Tool
 						Name="VCCustomBuildTool"
-						CommandLine="ml64 /nologo /c /Fo &quot;$(IntDir)\win64.obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
+						CommandLine="ml64 /nologo /c /Zi /Fo &quot;$(IntDir)\win64.obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
 						Outputs="$(IntDir)\win64.obj"
 					/>
 				</FileConfiguration>


More information about the Python-checkins mailing list