diff options
author | das <das> | 2005-12-14 02:09:19 (GMT) |
---|---|---|
committer | das <das> | 2005-12-14 02:09:19 (GMT) |
commit | 36eacb401e8d517c750fb1236e6cc6214c6d12e3 (patch) | |
tree | f9be3b50674ca59a96219aeb85b4207436e0ea76 /macosx/Tcl.xcode | |
parent | 47ed8302270238b3263e8c7e6fb103e6c12e4d9c (diff) | |
download | tcl-36eacb401e8d517c750fb1236e6cc6214c6d12e3.zip tcl-36eacb401e8d517c750fb1236e6cc6214c6d12e3.tar.gz tcl-36eacb401e8d517c750fb1236e6cc6214c6d12e3.tar.bz2 |
* macosx/Tcl.xcode/project.pbxproj:
* macosx/Tcl.xcodeproj/project.pbxproj:
* unix/Makefile.in: add new tclTomMath* files.
* generic/tclBasic.c: replace panic with Tcl_Panic.
Diffstat (limited to 'macosx/Tcl.xcode')
-rw-r--r-- | macosx/Tcl.xcode/project.pbxproj | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/macosx/Tcl.xcode/project.pbxproj b/macosx/Tcl.xcode/project.pbxproj index 40bb8ed..1d3fd94 100644 --- a/macosx/Tcl.xcode/project.pbxproj +++ b/macosx/Tcl.xcode/project.pbxproj @@ -2354,7 +2354,9 @@ F96D3F2D08F272A7004A47F5, F96D3F2E08F272A7004A47F5, F96D3F2F08F272A7004A47F5, + F9903CAF094FAADA004613E9, F96D3F3008F272A7004A47F5, + F9903CB0094FAADA004613E9, F96D3F3108F272A7004A47F5, F96D3F3208F272A7004A47F5, F96D3F3308F272A7004A47F5, @@ -7893,6 +7895,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/tclAppInit.o\"; done\n done\ndone\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>"; + }; F9A3084B08F2D4CE00BAE1AB = { isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; |