From d9ed8f6b87692471e0b73e9256b3cdb24ef5f86f Mon Sep 17 00:00:00 2001 From: kelson42 Date: Sat, 12 May 2012 21:27:24 +0000 Subject: [PATCH] + new version of the resources --- static/buildResourceCode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/buildResourceCode.sh b/static/buildResourceCode.sh index 233766a..7efaca2 100755 --- a/static/buildResourceCode.sh +++ b/static/buildResourceCode.sh @@ -24,8 +24,8 @@ for FILE in `find . -type f | sed 's/\.\///' | grep -v .svn | grep -v Makefile | do FILE_ID=`echo "$FILE" | sed "s/\//_/g" | sed "s/\./_/g" | sed "s/\-/_/g"` echo "Inserting $FILE... [$FILE_ID]" - reswrap -s -t -oa $RESOURCE_FILE -r $FILE_ID $FILE - MAP=$MAP"\tm[\""$FILE"\"] = "$FILE_ID"; \n"; + reswrap -s -x -oa $RESOURCE_FILE -r $FILE_ID $FILE + MAP=$MAP"\tm[\""$FILE"\"] = (const char*)"$FILE_ID"; \n"; done; MAP=$MAP"\treturn m; \n"; MAP=$MAP"} \n\n"