diff options
Diffstat (limited to 'tools/grit/build/grit_localized_resources.rules')
-rw-r--r-- | tools/grit/build/grit_localized_resources.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/grit/build/grit_localized_resources.rules b/tools/grit/build/grit_localized_resources.rules index 940ff5d..3cacb53 100644 --- a/tools/grit/build/grit_localized_resources.rules +++ b/tools/grit/build/grit_localized_resources.rules @@ -7,8 +7,8 @@ <CustomBuildRule Name="GRIT Generated Localized Resources" DisplayName="GRIT Generated Localized Resources" - CommandLine="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat [inputs] "$(SolutionDir)" "$(OutDir)\obj\global_intermediate\chrome" [AllOptions]" - Outputs="$(OutDir)\obj\global_intermediate\chrome\$(InputName)_en-US.pak" + CommandLine="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat [inputs] "$(SolutionDir)" "$(OutDir)\grit_derived_sources" [AllOptions]" + Outputs="$(OutDir)\grit_derived_sources\$(InputName)_en-US.pak" AdditionalDependencies="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py; resources\$(InputName)_ar.xtb; resources\$(InputName)_bg.xtb; |