diff options
author | das <das@noemail.net> | 2002-09-10 09:59:14 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2002-09-10 09:59:14 (GMT) |
commit | 88953c2710ec07bda71bc1814282656c8b752c30 (patch) | |
tree | 92c15956be96895ae65a5ae5d75c9049ac9145db /ChangeLog | |
parent | 5ae775621cdfa3646e191d1ee6a9cc359fa4743b (diff) | |
download | tk-88953c2710ec07bda71bc1814282656c8b752c30.zip tk-88953c2710ec07bda71bc1814282656c8b752c30.tar.gz tk-88953c2710ec07bda71bc1814282656c8b752c30.tar.bz2 |
* unix/Makefile.in: added DYLIB_INSTALL_DIR variable for Darwin
and set it to default value ${LIB_RUNTIME_DIR}
* unix/tcl.m4 (Darwin): use DYLIB_INSTALL_DIR instead of
LIB_RUNTIME_DIR in the -install_name argument to ld.
* unix/configure: regen.
* macosx/Wish.pbproj/project.pbxproj:
* macosx/Makefile: added support for building Tcl as an embedded
framework, i.e. using an dyld install_name containing
@executable_path/../Frameworks via the new DYLIB_INSTALL_DIR
unix/Makefile variable.
FossilOrigin-Name: 419f67e76a6a210f8d79e5844fc9211bd1e00d16
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2002-09-10 Daniel Steffen <das@users.sourceforge.net> + + * unix/Makefile.in: added DYLIB_INSTALL_DIR variable for Darwin + and set it to default value ${LIB_RUNTIME_DIR} + * unix/tcl.m4 (Darwin): use DYLIB_INSTALL_DIR instead of + LIB_RUNTIME_DIR in the -install_name argument to ld. + * unix/configure: regen. + + * macosx/Wish.pbproj/project.pbxproj: + * macosx/Makefile: added support for building Tcl as an embedded + framework, i.e. using an dyld install_name containing + @executable_path/../Frameworks via the new DYLIB_INSTALL_DIR + unix/Makefile variable. + 2002-09-10 Jeff Hobbs <jeffh@ActiveState.com> *** 8.4.0 TAGGED FOR RELEASE *** |