diff options
author | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2010-02-02 22:34:14 +0000 |
---|---|---|
committer | gtm.daemon <gtm.daemon@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3> | 2010-02-02 22:34:14 +0000 |
commit | fbe9ecbdefae58a6ba0bb3f23a7a3d6c23ecfcf4 (patch) | |
tree | c9911906c7e25c337ae72556f0f809c2c1b7a18b /BuildScripts | |
parent | b7c220eef1c55426c5a7c003c4890a5b2ed97e2b (diff) |
[Author: dmaclach]
Added GTM_NSSTRINGIFY_MACRO for turning other macros into NSStrings.
R=thomasvl
DELTA=10 (10 added, 0 deleted, 0 changed)
Diffstat (limited to 'BuildScripts')
-rwxr-xr-x | BuildScripts/PListCompiler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildScripts/PListCompiler.sh b/BuildScripts/PListCompiler.sh index 2bc9c57..f3ca6cb 100755 --- a/BuildScripts/PListCompiler.sh +++ b/BuildScripts/PListCompiler.sh @@ -58,4 +58,4 @@ done IFS=$SaveIFS # run gcc and strip out lines starting with # that the preprocessor leaves behind. -eval gcc ${split_include_paths} -E -x c "${SCRIPT_INPUT_FILE}" | sed 's/^#.*//g' > "${SCRIPT_OUTPUT_FILE}"
\ No newline at end of file +eval gcc ${split_include_paths} -E -x c "${SCRIPT_INPUT_FILE}" | sed 's/^#.*//g' > "${SCRIPT_OUTPUT_FILE}" |