diff options
Diffstat (limited to 'chrome_frame/common')
-rw-r--r-- | chrome_frame/common/extra_defines.vsprops | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome_frame/common/extra_defines.vsprops b/chrome_frame/common/extra_defines.vsprops new file mode 100644 index 0000000..ca29c05 --- /dev/null +++ b/chrome_frame/common/extra_defines.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="extra"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="EXCLUDE_SKIA_DEPENDENCIES"
+ AdditionalIncludeDirectories=""
+ />
+</VisualStudioPropertySheet>
|