diff options
Diffstat (limited to 'webkit/webkit.xcodeproj/glue_prebuild.sh')
-rwxr-xr-x | webkit/webkit.xcodeproj/glue_prebuild.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/webkit/webkit.xcodeproj/glue_prebuild.sh b/webkit/webkit.xcodeproj/glue_prebuild.sh index fbfb30f..fd56984 100755 --- a/webkit/webkit.xcodeproj/glue_prebuild.sh +++ b/webkit/webkit.xcodeproj/glue_prebuild.sh @@ -18,3 +18,11 @@ then -i "${PROJECT_DIR}/glue/webkit_strings.grd" build \ -o "${GRIT_DIR}" fi + +if [ "${GRIT_DIR}/webkit_resources.h" -ot \ + "${PROJECT_DIR}/glue/webkit_resources.grd" ] +then + python "${PROJECT_DIR}/../tools/grit/grit.py" \ + -i "${PROJECT_DIR}/glue/webkit_resources.grd" build \ + -o "${GRIT_DIR}" +fi |