mirror of https://github.com/python/cpython
Set the output file in the _ctypes Debug|x64 configuration.
This commit is contained in:
parent
dc1854dec4
commit
3247aa9078
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="9,00"
|
Version="9.00"
|
||||||
Name="_ctypes"
|
Name="_ctypes"
|
||||||
ProjectGUID="{0E9791DB-593A-465F-98BC-681011311618}"
|
ProjectGUID="{0E9791DB-593A-465F-98BC-681011311618}"
|
||||||
RootNamespace="_ctypes"
|
RootNamespace="_ctypes"
|
||||||
|
@ -643,6 +643,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
CommandLine="ml64 /nologo /c /Fo "$(IntDir)\win64.obj" "$(InputPath)"
"
|
CommandLine="ml64 /nologo /c /Fo "$(IntDir)\win64.obj" "$(InputPath)"
"
|
||||||
|
Outputs="$(IntDir)\win64.obj"
|
||||||
/>
|
/>
|
||||||
</FileConfiguration>
|
</FileConfiguration>
|
||||||
<FileConfiguration
|
<FileConfiguration
|
||||||
|
|
Loading…
Reference in New Issue