diff options
Diffstat (limited to 'vcproj-8/map-server_sql.vcproj')
-rw-r--r-- | vcproj-8/map-server_sql.vcproj | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/vcproj-8/map-server_sql.vcproj b/vcproj-8/map-server_sql.vcproj index 42abca317..dede60841 100644 --- a/vcproj-8/map-server_sql.vcproj +++ b/vcproj-8/map-server_sql.vcproj @@ -39,7 +39,6 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="/wd4018
/wd4100" Optimization="0" AdditionalIncludeDirectories="..\3rdparty\mysql\include;..\3rdparty\zlib\include;..\3rdparty\pcre\include" PreprocessorDefinitions="WIN32;_WIN32;__WIN32;_DEBUG;PCRE_SUPPORT;MAPREGSQL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;FD_SETSIZE=4096;DB_MANUAL_CAST_TO_UNION" @@ -52,9 +51,9 @@ DefaultCharIsUnsigned="false" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="false" DebugInformationFormat="4" CompileAs="1" + DisableSpecificWarnings="4018;4100;4800" /> <Tool Name="VCManagedResourceCompilerTool" @@ -97,9 +96,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> @@ -129,7 +125,6 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalOptions="/wd4018
/wd4100" Optimization="2" InlineFunctionExpansion="2" EnableIntrinsicFunctions="true" @@ -144,9 +139,9 @@ DefaultCharIsUnsigned="false" UsePrecompiledHeader="0" WarningLevel="3" - Detect64BitPortabilityProblems="false" DebugInformationFormat="3" CompileAs="1" + DisableSpecificWarnings="4018;4100;4800" /> <Tool Name="VCManagedResourceCompilerTool" @@ -170,7 +165,6 @@ SubSystem="1" OptimizeReferences="2" EnableCOMDATFolding="2" - OptimizeForWindows98="1" LinkTimeCodeGeneration="1" TargetMachine="1" /> @@ -193,9 +187,6 @@ Name="VCAppVerifierTool" /> <Tool - Name="VCWebDeploymentTool" - /> - <Tool Name="VCPostBuildEventTool" /> </Configuration> |