diff options
author | Thomas Heller <theller@ctypes.org> | 2008-01-09 11:19:19 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-01-09 11:19:19 (GMT) |
commit | 3247aa9078705daca988129af2c3692115f929fe (patch) | |
tree | 6ae4c1d7e02079fa3298821f5fa7a10f22631d3e /PCbuild | |
parent | dc1854dec4a0e38d8fab79d771c14c7d170f5b76 (diff) | |
download | cpython-3247aa9078705daca988129af2c3692115f929fe.zip cpython-3247aa9078705daca988129af2c3692115f929fe.tar.gz cpython-3247aa9078705daca988129af2c3692115f929fe.tar.bz2 |
Set the output file in the _ctypes Debug|x64 configuration.
Diffstat (limited to 'PCbuild')
-rw-r--r-- | PCbuild/_ctypes.vcproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/PCbuild/_ctypes.vcproj b/PCbuild/_ctypes.vcproj index f923ca0..d654a9b 100644 --- a/PCbuild/_ctypes.vcproj +++ b/PCbuild/_ctypes.vcproj @@ -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 "$(IntDir)\win64.obj" "$(InputPath)"
" + Outputs="$(IntDir)\win64.obj" /> </FileConfiguration> <FileConfiguration |