Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(208)

Unified Diff: third_party/icu/build/icu.vsprops

Issue 1566001: Update icudt42.dll ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/icu/README.chromium ('k') | third_party/icu/icudt42.dll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/icu/build/icu.vsprops
===================================================================
--- third_party/icu/build/icu.vsprops (revision 42287)
+++ third_party/icu/build/icu.vsprops (working copy)
@@ -3,13 +3,16 @@
ProjectType="Visual C++"
Version="8.00"
Name="icu"
- InheritedPropertySheets="..\..\..\build\external_code.vsprops"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\source\common;..\public\common;..\source\i18n;..\public\i18n;..\source\tools\toolutil"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;U_STATIC_IMPLEMENTATION"
Detect64BitPortabilityProblems="false"
- DisableSpecificWarnings="4005"
+ DisableSpecificWarnings="4005,4996"
/>
+ <Tool
+ Name="VCCLinkerTool"
+ AdditionalOptions="/nxcompat /dynamicbase"
+ />
</VisualStudioPropertySheet>
« no previous file with comments | « third_party/icu/README.chromium ('k') | third_party/icu/icudt42.dll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698