]> granicus.if.org Git - python/commit
Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 19 Jun 2001 15:00:23 +0000 (15:00 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 19 Jun 2001 15:00:23 +0000 (15:00 +0000)
commitc49e5b7386e3019b539d6b37f107055f3e507a62
treed3a71d37f8dbf038f638b44b7dad8d76966d39de
parent82ac8d13ff4b6470400a4b639fdab398183fdbbc
Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include
Mac/macglue.c into the core interpreter. This file contains the glue code that
allows extension modules for Mac toolboxes to live in different shared libraries
but still communicate with each other. The glue code is controlled by the
USE_MAC_TOOLBOX_GLUE define.
Makefile.pre.in
config.h.in
configure.in