Added _IBCarbon module.

This commit is contained in:
Jack Jansen 2002-08-05 14:12:24 +00:00
parent bc552ce1b8
commit 3bd3fedeca
4 changed files with 5 additions and 0 deletions

View file

@ -168,6 +168,8 @@ def genallprojects(force=0):
genpluginproject("ppc", "_Help", outputdir="::Lib:Carbon")
genpluginproject("ppc", "_Icn", libraries=["IconServicesLib"],
libraryflags="Debug, WeakImport", outputdir="::Lib:Carbon")
genpluginproject("carbon", "_IBCarbon", sources=[":ibcarbon:_IBCarbon.c"],
outputdir="::Lib:Carbon")
genpluginproject("carbon", "_Icn", outputdir="::Lib:Carbon")
genpluginproject("all", "_List", outputdir="::Lib:Carbon")
genpluginproject("carbon", "_Menu", outputdir="::Lib:Carbon")