diff options
author | Christian Heimes <christian@cheimes.de> | 2008-01-09 14:46:10 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-01-09 14:46:10 (GMT) |
commit | 195b883bb47a392ea8b92dccbca30ffcf1adecd3 (patch) | |
tree | 60d75c3fce7da684e543e82c11c410c2a4f9f886 /PC | |
parent | 3eb4aa733a9aab6fa3dcf4fcacbd655a5613757f (diff) | |
download | cpython-195b883bb47a392ea8b92dccbca30ffcf1adecd3.zip cpython-195b883bb47a392ea8b92dccbca30ffcf1adecd3.tar.gz cpython-195b883bb47a392ea8b92dccbca30ffcf1adecd3.tar.bz2 |
vs9to8 sync
Diffstat (limited to 'PC')
-rw-r--r-- | PC/VS8.0/_ctypes.vcproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/VS8.0/_ctypes.vcproj b/PC/VS8.0/_ctypes.vcproj index bb68ad9..931d5fc 100644 --- a/PC/VS8.0/_ctypes.vcproj +++ b/PC/VS8.0/_ctypes.vcproj @@ -643,6 +643,7 @@ <Tool
Name="VCCustomBuildTool"
CommandLine="ml64 /nologo /c /Fo "$(IntDir)\win64.obj" "$(InputPath)"
"
+ Outputs="$(IntDir)\win64.obj"
/>
</FileConfiguration>
<FileConfiguration
|