diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/grit/build/grit_resources.rules | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/tools/grit/build/grit_resources.rules b/tools/grit/build/grit_resources.rules index 8dd7c3f..b9f977a 100644 --- a/tools/grit/build/grit_resources.rules +++ b/tools/grit/build/grit_resources.rules @@ -1,28 +1,28 @@ -<?xml version="1.0" encoding="utf-8"?> -<VisualStudioToolFile - Name="GRIT resources" - Version="8.00" - > - <Rules> - <CustomBuildRule - Name="GRIT Generated Resources" - DisplayName="GRIT Generated Resources" - CommandLine="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat [inputs] "$(SolutionDir)" "$(OutDir)\grit_derived_sources" [AllOptions]" - Outputs="$(OutDir)\grit_derived_sources\$(InputName).rc" - AdditionalDependencies="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py" - FileExtensions="*.grd" - ExecutionDescription="Generating resources..." - > - <Properties> - <StringProperty - Name="PreprocessorDefinitions" - DisplayName="Preprocessor Definitions" - Description="Defines a text macro with the given name." - Switch=""[value]"" - Delimited="true" - Inheritable="true" - /> - </Properties> - </CustomBuildRule> - </Rules> -</VisualStudioToolFile> +<?xml version="1.0" encoding="utf-8"?>
+<VisualStudioToolFile
+ Name="GRIT resources"
+ Version="8.00"
+ >
+ <Rules>
+ <CustomBuildRule
+ Name="GRIT Generated Resources"
+ DisplayName="GRIT Generated Resources"
+ CommandLine="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat [inputs] "$(SolutionDir)" "$(OutDir)\grit_derived_sources" [AllOptions]"
+ Outputs="$(OutDir)\grit_derived_sources\$(InputName).rc;$(OutDir)\grit_derived_sources\grit\$(InputName).h"
+ AdditionalDependencies="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py"
+ FileExtensions="*.grd"
+ ExecutionDescription="Generating resources..."
+ >
+ <Properties>
+ <StringProperty
+ Name="PreprocessorDefinitions"
+ DisplayName="Preprocessor Definitions"
+ Description="Defines a text macro with the given name."
+ Switch=""[value]""
+ Delimited="true"
+ Inheritable="true"
+ />
+ </Properties>
+ </CustomBuildRule>
+ </Rules>
+</VisualStudioToolFile>
|