| Index: chrome/third_party/hunspell/copy_dictionary_files.rules
|
| ===================================================================
|
| --- chrome/third_party/hunspell/copy_dictionary_files.rules (revision 10888)
|
| +++ chrome/third_party/hunspell/copy_dictionary_files.rules (working copy)
|
| @@ -1,19 +0,0 @@
|
| -<?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>
|
|
|