diff options
Diffstat (limited to 'chrome/third_party/hunspell/hunspell.vsprops')
-rw-r--r-- | chrome/third_party/hunspell/hunspell.vsprops | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/third_party/hunspell/hunspell.vsprops b/chrome/third_party/hunspell/hunspell.vsprops new file mode 100644 index 0000000..0cda214 --- /dev/null +++ b/chrome/third_party/hunspell/hunspell.vsprops @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioPropertySheet + ProjectType="Visual C++" + Version="8.00" + Name="hunspell" + > + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""$(SolutionDir)..\third_party\icu38\public\common"" + PreprocessorDefinitions="W32;OPENOFFICEORG;CHROME_SPELL" + /> +</VisualStudioPropertySheet> |