diff options
Diffstat (limited to 'webkit/glue/glue.vsprops')
-rw-r--r-- | webkit/glue/glue.vsprops | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/webkit/glue/glue.vsprops b/webkit/glue/glue.vsprops new file mode 100644 index 0000000..456d4bb --- /dev/null +++ b/webkit/glue/glue.vsprops @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="glue" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;..\build\webkit_common.vsprops;$(SolutionDir)..\tools\grit\build\using_generated_resources.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(OutDir)"" + PreprocessorDefinitions="_SCL_SECURE_NO_DEPRECATE;_HAS_EXCEPTIONS=1" + WarnAsError="true" + /> +</VisualStudioPropertySheet> |