Added CF module build and project generation (carbon only).

This commit is contained in:
Jack Jansen 2001-06-26 21:52:08 +00:00
parent 686f9c344c
commit f4b9fb719a
2 changed files with 5 additions and 0 deletions

View file

@ -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")