From: Just van Rossum Date: Thu, 13 Dec 2001 13:21:38 +0000 (+0000) Subject: added non-support for CoreGraphics... X-Git-Tag: v2.2.1c1~386 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11ccf3c1f036536cdc73d1d3b633166eb03720c1;p=thirdparty%2FPython%2Fcpython.git added non-support for CoreGraphics... --- diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index e87dcfca9f0a..691af3b9d17f 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -128,6 +128,11 @@ def genallprojects(force=0): genpluginproject("carbon", "_App", outputdir="::Lib:Carbon") genpluginproject("ppc", "_Cm", libraries=["QuickTimeLib"], outputdir="::Lib:Carbon") genpluginproject("carbon", "_Cm", outputdir="::Lib:Carbon") + # XXX can't work properly because we need to set a custom fragment initializer + #genpluginproject("carbon", "_CG", + # sources=["_CGModule.c", "CFMLateImport.c"], + # libraries=["CGStubLib"], + # outputdir="::Lib:Carbon") genpluginproject("carbon", "_Ctl", outputdir="::Lib:Carbon") genpluginproject("ppc", "_Ctl", libraries=["CarbonAccessors.o", "ControlsLib", "AppearanceLib"], libraryflags="Debug, WeakImport", outputdir="::Lib:Carbon")