diff options
Diffstat (limited to 'PCbuild/_ctypes.vcproj')
-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 |