mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Added _IBCarbon module.
This commit is contained in:
parent
bc552ce1b8
commit
3bd3fedeca
4 changed files with 5 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue