diff options
author | das <das> | 2005-12-14 02:09:46 (GMT) |
---|---|---|
committer | das <das> | 2005-12-14 02:09:46 (GMT) |
commit | 8dddd682ecedf0874a552e8c4e2e6fa661fc8fbc (patch) | |
tree | 60ed107c9a67d2035ff0dbde3bd3f301a6255380 /macosx/Wish.xcode | |
parent | 3bdbff63fb0c811a2c2a1603ea18ac664882e8aa (diff) | |
download | tk-8dddd682ecedf0874a552e8c4e2e6fa661fc8fbc.zip tk-8dddd682ecedf0874a552e8c4e2e6fa661fc8fbc.tar.gz tk-8dddd682ecedf0874a552e8c4e2e6fa661fc8fbc.tar.bz2 |
* macosx/Wish.xcode/project.pbxproj:
* macosx/Wish.xcodeproj/project.pbxproj: add new tclTomMath* files.
Diffstat (limited to 'macosx/Wish.xcode')
-rw-r--r-- | macosx/Wish.xcode/project.pbxproj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/macosx/Wish.xcode/project.pbxproj b/macosx/Wish.xcode/project.pbxproj index b32530c..79e5cb4 100644 --- a/macosx/Wish.xcode/project.pbxproj +++ b/macosx/Wish.xcode/project.pbxproj @@ -8766,7 +8766,9 @@ F96D3F2D08F272A7004A47F5, F96D3F2E08F272A7004A47F5, F96D3F2F08F272A7004A47F5, + F9903CAF094FAADA004613E9, F96D3F3008F272A7004A47F5, + F9903CB0094FAADA004613E9, F96D3F3108F272A7004A47F5, F96D3F3208F272A7004A47F5, F96D3F3308F272A7004A47F5, @@ -14306,6 +14308,22 @@ shellPath = /bin/bash; shellScript = "touch -t $(date -r $(expr $(date '+%s') + 5) '+%Y%m%d%H%M.%S') \"${TEMP_DIR}/stamp\"\n\n## Ensure other buildstyles are relinked next time they are built:\ncd \"${OBJROOT}/${PROJECT_NAME}.build\" &&\nfor d in $(find . -maxdepth 1 -type d -name '*.build' ! -name \"${PROJECT_TEMP_DIR##*/}\"); do\n for v in ${BUILD_VARIANTS}; do\n o=\"$d/${TARGET_NAME}.build/Objects-${v}\" &&\n for a in ${ARCHS}; do touch -c -r \"${TEMP_DIR}/stamp\" \"$o/$a/tkAppInit.o\"; done\n done\ndone\n\n## Xcode bug workaround: Rezzing does not take place for commandline tool targets\n## even when a ResourceManager Resources phase is present, but this script phase's\n## input dependency on the final merged resource file forces the Rezzing.\n\nif [ \"${ZERO_LINK}\" = \"YES\" ]; then\n ## ZeroLinking ignores OTHER_LDFLAGS, so our resource file doesn't get linked into the executable.\n ## workaround: copy resource data into resource fork of zerolink launcher (will only work on HFS+).\n cp -f \"${SCRIPT_INPUT_FILE_1}\" \"${SCRIPT_INPUT_FILE_0}/rsrc\"\nfi\n"; }; + F9903CAF094FAADA004613E9 = { + explicitFileType = text.script; + fileEncoding = 4; + isa = PBXFileReference; + path = tclTomMath.decls; + refType = 4; + sourceTree = "<group>"; + }; + F9903CB0094FAADA004613E9 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = tclTomMathDecls.h; + refType = 4; + sourceTree = "<group>"; + }; F9A3082D08F2D4AB00BAE1AB = { isa = PBXFileReference; lastKnownFileType = wrapper.framework; |