diff options
author | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:09:42 +0000 |
---|---|---|
committer | initial.commit <initial.commit@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-07-27 00:09:42 +0000 |
commit | ae2c20f398933a9e86c387dcc465ec0f71065ffc (patch) | |
tree | de668b1411e2ee0b4e49b6d8f8b68183134ac990 /skia/skia.vsprops | |
parent | 09911bf300f1a419907a9412154760efd0b7abc3 (diff) | |
download | chromium_src-ae2c20f398933a9e86c387dcc465ec0f71065ffc.zip chromium_src-ae2c20f398933a9e86c387dcc465ec0f71065ffc.tar.gz chromium_src-ae2c20f398933a9e86c387dcc465ec0f71065ffc.tar.bz2 |
Add skia to the repository.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.vsprops')
-rw-r--r-- | skia/skia.vsprops | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/skia/skia.vsprops b/skia/skia.vsprops new file mode 100644 index 0000000..bfc11b1 --- /dev/null +++ b/skia/skia.vsprops @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="skia" + InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\build\external_code.vsprops" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="include;include\corecg;corecg;sgl;picture" + PreprocessorDefinitions="SKIA_DISABLE_SUPPORT_FOR_DECODERS" + DisableSpecificWarnings="4244; 4267; 4345; 4390; 4554; 4800" + /> +</VisualStudioPropertySheet> |