Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects.

This commit is contained in:
zhanyong.wan
2009-09-11 05:41:41 +00:00
parent 16e9dd6e28
commit bcaf6f542f
11 changed files with 21 additions and 65 deletions

View File

@@ -25,7 +25,7 @@
RuntimeLibrary="5"
UsePrecompiledHeader="3"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -70,7 +70,7 @@
RuntimeLibrary="4"
UsePrecompiledHeader="3"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>