]> granicus.if.org Git - python/commitdiff
Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 12 Dec 2001 23:03:17 +0000 (23:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 12 Dec 2001 23:03:17 +0000 (23:03 +0000)
but compiles OK.

setup.py

index bf1099c21a48925263ec840b8e9c7dbdc438f039..c7a744a991b4f6a35515bdf442a2d790ce2639b9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -604,6 +604,8 @@ class PyBuildExt(build_ext):
                        extra_link_args=['-framework', 'Carbon']) )
                 exts.append( Extension('_App', ['app/_Appmodule.c'],
                        extra_link_args=['-framework', 'Carbon']) )
+                exts.append( Extension('_CarbonEvt', ['carbonevt/_CarbonEvtmodule.c'],
+                       extra_link_args=['-framework', 'Carbon']) )
                 exts.append( Extension('_Cm', ['cm/_Cmmodule.c'],
                        extra_link_args=['-framework', 'Carbon']) )
                 exts.append( Extension('_Ctl', ['ctl/_Ctlmodule.c'],