diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 21:15:54 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-18 21:15:54 +0000 |
commit | 326b5ad45ea08b51f58667dd323929bed8230607 (patch) | |
tree | f32f671ac4021e8f45c76e075326627cf9ac373c /build/internal | |
parent | 9e6e891828f117ebc300ea48dbb43ce3296e152e (diff) | |
download | chromium_src-326b5ad45ea08b51f58667dd323929bed8230607.zip chromium_src-326b5ad45ea08b51f58667dd323929bed8230607.tar.gz chromium_src-326b5ad45ea08b51f58667dd323929bed8230607.tar.bz2 |
Remove /Wp64 compiler flag as it gets in the way of the porting effort. This is not substitute to porting to x64.
BUG=1308991
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@995 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r-- | build/internal/essential.vsprops | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops index 4125957..d7c725b 100644 --- a/build/internal/essential.vsprops +++ b/build/internal/essential.vsprops @@ -13,14 +13,13 @@ PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELDS;WIN32_LEAN_AND_MEAN;_SECURE_ATL" MinimalRebuild="false" ExceptionHandling="0" + BufferSecurityCheck="true" + EnableFunctionLevelLinking="true" RuntimeTypeInfo="false" WarningLevel="3" WarnAsError="true" - Detect64BitPortabilityProblems="true" DebugInformationFormat="3" DisableSpecificWarnings="4503; 4819" - BufferSecurityCheck="true" - EnableFunctionLevelLinking="true" /> <Tool Name="VCLibrarianTool" @@ -29,15 +28,15 @@ /> <Tool Name="VCLinkerTool" + AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /nxcompat" + AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib" AdditionalLibraryDirectories="$(SDKLibs)" + DelayLoadDLLs="dwmapi.dll,uxtheme.dll" GenerateDebugInformation="true" MapFileName="$(OutDir)\$(TargetName).map" ImportLibrary="$(OutDir)\lib\$(TargetName).lib" TargetMachine="1" FixedBaseAddress="1" - AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /nxcompat" - AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_32.lib usp10.lib psapi.lib" - DelayLoadDLLs="dwmapi.dll,uxtheme.dll" /> <Tool Name="VCMIDLTool" |