]> granicus.if.org Git - python/commit
Added a MACHDEP_OBJS to the python link. Use this on MacOSX to include
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 19 Jun 2001 15:44:15 +0000 (15:44 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 19 Jun 2001 15:44:15 +0000 (15:44 +0000)
commit4e42561adaf9748bec46da6007b242c031251fcf
tree908b2f82cd7fd5d30c96b5f9f8438282eab364ec
parentc49e5b7386e3019b539d6b37f107055f3e507a62
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. [checked in for Jack]
configure