diff options
author | Just van Rossum <just@letterror.com> | 2001-12-13 13:21:38 (GMT) |
---|---|---|
committer | Just van Rossum <just@letterror.com> | 2001-12-13 13:21:38 (GMT) |
commit | 11ccf3c1f036536cdc73d1d3b633166eb03720c1 (patch) | |
tree | 471057d32c20a6025619219b8abc35c00f255fed /Mac/scripts | |
parent | d7fdba3d4d14f27d25b35cfbbdee07c4e734486e (diff) | |
download | cpython-11ccf3c1f036536cdc73d1d3b633166eb03720c1.zip cpython-11ccf3c1f036536cdc73d1d3b633166eb03720c1.tar.gz cpython-11ccf3c1f036536cdc73d1d3b633166eb03720c1.tar.bz2 |
added non-support for CoreGraphics...
Diffstat (limited to 'Mac/scripts')
-rw-r--r-- | Mac/scripts/genpluginprojects.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index e87dcfc..691af3b 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") |