diff options
author | das <das@noemail.net> | 2002-10-09 13:02:08 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2002-10-09 13:02:08 (GMT) |
commit | af2c61d2005e28373899fc610fcb97904dd18ea3 (patch) | |
tree | ecb30ad1a8b0524a40f15afaca757250ca4cabea /macosx/Makefile | |
parent | 772de6eb541b6fc4d634aa083f551ca52dac68db (diff) | |
download | tk-af2c61d2005e28373899fc610fcb97904dd18ea3.zip tk-af2c61d2005e28373899fc610fcb97904dd18ea3.tar.gz tk-af2c61d2005e28373899fc610fcb97904dd18ea3.tar.bz2 |
* macosx/Makefile: don't remove tclsh after building embedded.
* macosx/Wish.pbproj/project.pbxproj: bumped version to 8.4.1;
added missing library/mkpsenc.tcl to framework.
FossilOrigin-Name: 24dcfcfc180fb661d6940d475b89915c2128371c
Diffstat (limited to 'macosx/Makefile')
-rw-r--r-- | macosx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/Makefile b/macosx/Makefile index 64e1ca6..aecdc8d 100644 --- a/macosx/Makefile +++ b/macosx/Makefile @@ -3,7 +3,7 @@ # Simple makefile for building on Mac OS X with the # Project Builder command line tool 'pbxbuild' # -# RCS: @(#) $Id: Makefile,v 1.4 2002/09/26 17:07:33 das Exp $ +# RCS: @(#) $Id: Makefile,v 1.5 2002/10/09 13:02:08 das Exp $ # ################################################################################ @@ -79,7 +79,7 @@ forceRelink: forceRelinkTcl: @-cd ${BUILD_DIR}; \ - rm -rf Tcl.framework tclsh8.4 \ + rm -rf Tcl.framework \ Development.build/Tcl.build/Tcl Deployment.build/Tcl.build/Tcl cleanup-embedded: |