mirror of
https://github.com/python/cpython.git
synced 2025-09-14 04:37:29 +00:00
Added carbon Help module.
This commit is contained in:
parent
521dd9f231
commit
b34101162d
3 changed files with 2 additions and 1 deletions
|
@ -165,7 +165,7 @@ def genallprojects(force=0):
|
|||
stdlibraryflags="Debug, WeakImport", outputdir="::Lib:Carbon")
|
||||
genpluginproject("all", "_Fm",
|
||||
stdlibraryflags="Debug, WeakImport", outputdir="::Lib:Carbon")
|
||||
genpluginproject("ppc", "_Help", outputdir="::Lib:Carbon")
|
||||
genpluginproject("all", "_Help", outputdir="::Lib:Carbon")
|
||||
genpluginproject("ppc", "_Icn", libraries=["IconServicesLib"],
|
||||
libraryflags="Debug, WeakImport", outputdir="::Lib:Carbon")
|
||||
genpluginproject("carbon", "_IBCarbon", sources=[":ibcarbon:_IBCarbon.c"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue