diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-21 02:20:59 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-21 02:20:59 (GMT) |
commit | 81c951c6f28ccd2af01a7bb764a424731dcf4398 (patch) | |
tree | 781efb79fb042dbf613741e38e91fa9d19e7648c /PCbuild9/_socket.vcproj | |
parent | 651b61f830a124a9ba04d06d3f116beab8e972dc (diff) | |
download | cpython-81c951c6f28ccd2af01a7bb764a424731dcf4398.zip cpython-81c951c6f28ccd2af01a7bb764a424731dcf4398.tar.gz cpython-81c951c6f28ccd2af01a7bb764a424731dcf4398.tar.bz2 |
Removed character set = unicode as requested by Amaury
Removed more project configs in order to use the defaults defined in the property files. The 'sed' tool was more than helpful for the job.
Diffstat (limited to 'PCbuild9/_socket.vcproj')
-rw-r--r-- | PCbuild9/_socket.vcproj | 64 |
1 files changed, 1 insertions, 63 deletions
diff --git a/PCbuild9/_socket.vcproj b/PCbuild9/_socket.vcproj index afdc1a1..ede93e3 100644 --- a/PCbuild9/_socket.vcproj +++ b/PCbuild9/_socket.vcproj @@ -23,7 +23,7 @@ Name="Debug|Win32" ConfigurationType="2" InheritedPropertySheets=".\pyd_d.vsprops" - CharacterSet="1" + CharacterSet="0" > <Tool Name="VCPreBuildEventTool" @@ -42,7 +42,6 @@ /> <Tool Name="VCCLCompilerTool" - UsePrecompiledHeader="0" /> <Tool Name="VCManagedResourceCompilerTool" @@ -56,9 +55,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="2" - GenerateDebugInformation="true" - SubSystem="2" BaseAddress="0x1e1D0000" /> <Tool @@ -107,7 +103,6 @@ /> <Tool Name="VCCLCompilerTool" - UsePrecompiledHeader="0" /> <Tool Name="VCManagedResourceCompilerTool" @@ -121,9 +116,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="2" - GenerateDebugInformation="true" - SubSystem="2" BaseAddress="0x1e1D0000" /> <Tool @@ -172,10 +164,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -189,11 +177,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" BaseAddress="0x1e1D0000" /> <Tool @@ -243,10 +226,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -260,11 +239,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" BaseAddress="0x1e1D0000" /> <Tool @@ -313,10 +287,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -330,11 +300,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" BaseAddress="0x1e1D0000" /> <Tool @@ -384,10 +349,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -401,11 +362,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" BaseAddress="0x1e1D0000" TargetMachine="17" /> @@ -455,10 +411,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -472,11 +424,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" BaseAddress="0x1e1D0000" /> <Tool @@ -526,10 +473,6 @@ /> <Tool Name="VCCLCompilerTool" - EnableIntrinsicFunctions="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" /> <Tool Name="VCManagedResourceCompilerTool" @@ -543,11 +486,6 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="ws2_32.lib" - LinkIncremental="1" - GenerateDebugInformation="true" - SubSystem="2" - OptimizeReferences="2" - EnableCOMDATFolding="2" BaseAddress="0x1e1D0000" TargetMachine="17" /> |