diff options
Diffstat (limited to 'chrome/third_party/hunspell/copy_dictionary_files.rules')
-rw-r--r-- | chrome/third_party/hunspell/copy_dictionary_files.rules | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chrome/third_party/hunspell/copy_dictionary_files.rules b/chrome/third_party/hunspell/copy_dictionary_files.rules new file mode 100644 index 0000000..40a35f4 --- /dev/null +++ b/chrome/third_party/hunspell/copy_dictionary_files.rules @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<VisualStudioToolFile + Name="Copy dictionary files" + Version="8.00" + > + <Rules> + <CustomBuildRule + Name="CopyDictionaries" + DisplayName="Copy Dictionaries" + CommandLine="xcopy /R /C /Y $(InputPath) $(OutDir)\Dictionaries" + Outputs="$(OutDir)\Dictionaries\$(InputFileName)" + FileExtensions="*.bdic" + ExecutionDescription="Copy dictionary file(s) to output dir" + > + <Properties> + </Properties> + </CustomBuildRule> + </Rules> +</VisualStudioToolFile> |