summaryrefslogtreecommitdiff
path: root/Mac/scripts/genpluginprojects.py
diff options
context:
space:
mode:
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")