summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-11-29 23:58:51 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-11-29 23:58:51 (GMT)
commit202355a333b98213449b30dcbfa620be86c96085 (patch)
tree47cfe7907a37e190c19661d2ac9c0fda86ee81f4
parentdbd5701d736a151d29fee4658228e16876626f47 (diff)
downloadcpython-202355a333b98213449b30dcbfa620be86c96085.zip
cpython-202355a333b98213449b30dcbfa620be86c96085.tar.gz
cpython-202355a333b98213449b30dcbfa620be86c96085.tar.bz2
Build _AE too.
-rw-r--r--Mac/OSX/setup.jaguar.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mac/OSX/setup.jaguar.py b/Mac/OSX/setup.jaguar.py
index bbb47fb..2178899 100644
--- a/Mac/OSX/setup.jaguar.py
+++ b/Mac/OSX/setup.jaguar.py
@@ -64,6 +64,10 @@ def waste_Extension():
setup(name="MacPython for Jaguar extensions", version="2.2",
ext_modules=[
+ Extension("OverrideFrom23._AE",
+ [SRCDIR + "/Mac/Modules/ae/_AEmodule.c"],
+ include_dirs=[SRCDIR+"/Mac/Include"],
+ extra_link_args=['-framework', 'Carbon']),
Extension("OverrideFrom23._Res",
[SRCDIR + "/Mac/Modules/res/_Resmodule.c"],
include_dirs=[SRCDIR+"/Mac/Include"],