From: Jack Jansen Date: Wed, 12 Dec 2001 23:03:17 +0000 (+0000) Subject: Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings X-Git-Tag: v2.2.1c1~395 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dd67a8ed2c50b13d08af4a5fe67c1dff36748685;p=thirdparty%2FPython%2Fcpython.git Build _CarbonEvt module on Mac OS X. Still gives a couple of warnings but compiles OK. --- diff --git a/setup.py b/setup.py index bf1099c21a48..c7a744a991b4 100644 --- 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'],