blob: e6eccb64565c2af43ca608134f5e593d90485a98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="using_javascriptcore"
>
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="$(IntDir)\..\JavaScriptCore;$(IntDir)\..\KJSBindings\DerivedSources;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\bindings;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\runtime;$(SolutionDir)..\third_party\WebKit\JavaScriptCore\parser"
PreprocessorDefinitions="ENABLE_CTI=1;CRASH=__debugbreak"
DisableSpecificWarnings="4127; 4355; 4510; 4512; 4610; 4706"
/>
</VisualStudioPropertySheet>
|