diff options
Diffstat (limited to 'webkit/build/glue/glue.vsprops')
-rw-r--r-- | webkit/build/glue/glue.vsprops | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/build/glue/glue.vsprops b/webkit/build/glue/glue.vsprops index 29633cf..f120d30 100644 --- a/webkit/build/glue/glue.vsprops +++ b/webkit/build/glue/glue.vsprops @@ -3,11 +3,11 @@ ProjectType="Visual C++" Version="8.00" Name="glue" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\webkit_common.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops" > <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="..\..\glue;"$(OutDir)";"$(OutDir)\grit_derived_sources";" + AdditionalIncludeDirectories="..\..\glue;"$(OutDir)"" PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE;_HAS_EXCEPTIONS=1" WarnAsError="true" /> |