diff options
author | das <das> | 2003-09-25 05:37:48 (GMT) |
---|---|---|
committer | das <das> | 2003-09-25 05:37:48 (GMT) |
commit | 9a0aa47ac345a885549c42ece41c68c066c15d58 (patch) | |
tree | fe1f38675ef73180e8511ef9e452533ff2ddb556 /macosx/Makefile | |
parent | b789bd9bde8fcc02d873ec79094b914aa2627fbc (diff) | |
download | tk-9a0aa47ac345a885549c42ece41c68c066c15d58.zip tk-9a0aa47ac345a885549c42ece41c68c066c15d58.tar.gz tk-9a0aa47ac345a885549c42ece41c68c066c15d58.tar.bz2 |
* library/demos/widget: don't create iconwindow on aqua, but add
about menu like on classic.
* macosx/Makefile: pass MAKEOVERRIDES to pxbuild.
* macosx/tkMacOSXButton.c: added -compound support for bevel buttons.
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 bb5adf6..e4f029a 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.7.2.2 2003/07/18 01:06:33 das Exp $ +# RCS: @(#) $Id: Makefile,v 1.7.2.3 2003/09/25 05:37:48 das Exp $ # ################################################################################ @@ -25,7 +25,7 @@ PBXBUILD = /usr/bin/pbxbuild BUILD = ${PBXBUILD} SYMROOT="${SYMROOT}" -target "${TARGET}" \ TCL_FRAMEWORK_DIR="${TCL_FRAMEWORK_DIR}" \ - TCLSH_DIR="${TCLSH_DIR}" + TCLSH_DIR="${TCLSH_DIR}" ${MAKEOVERRIDES} DEVBUILD = ${BUILD} -buildstyle "${DEVBUILDSTYLE}" DEPBUILD = ${BUILD} -buildstyle "${DEPBUILDSTYLE}" |