summaryrefslogtreecommitdiff
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-06-26 21:52:08 +0000
committerJack Jansen <jack.jansen@cwi.nl>2001-06-26 21:52:08 +0000
commitf4b9fb719a553c2fff1fb91a127bf7bbe50fb261 (patch)
treecf16341206d122009f5c4064c406a5e60cab4185 /Mac/scripts/genpluginprojects.py
parent686f9c344cfa68c04be9f0894fa89cf7937775c6 (diff)
downloadcpython-git-f4b9fb719a553c2fff1fb91a127bf7bbe50fb261.tar.gz
Added CF module build and project generation (carbon only).
Diffstat (limited to 'Mac/scripts/genpluginprojects.py')
-rw-r--r--Mac/scripts/genpluginprojects.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py
index ef311f4acf..4a551c5a7d 100644
--- a/Mac/scripts/genpluginprojects.py
+++ b/Mac/scripts/genpluginprojects.py
@@ -145,6 +145,9 @@ def genallprojects(force=0):
genpluginproject("ppc", "TE", libraries=["DragLib"])
genpluginproject("carbon", "TE")
+ # OSX Only?
+ genpluginproject("carbon", "CF")
+
# Other Mac modules
genpluginproject("all", "calldll", sources=["calldll.c"])
genpluginproject("all", "ColorPicker")