Commit 6f1da007 authored by Jack Jansen's avatar Jack Jansen

Added _hotshot.

parent a43ad368
......@@ -239,6 +239,7 @@ I_PPC_PLUGINS : (buildmwproject, "CWIE", [
(":Mac:Build:_weakref.mcp", "_weakref.ppc"),
(":Mac:Build:_symtable.mcp", "_symtable.ppc"),
(":Mac:Build:_testcapi.mcp", "_testcapi.ppc"),
(":Mac:Build:_hotshot.mcp", "_hotshot.ppc"),
(":Mac:Build:xx.mcp", "xx.ppc"),
(":Mac:Build:xxsubtype.mcp", "xxsubtype.ppc"),
(":Mac:Build:pyexpat.mcp", "pyexpat.ppc"),
......@@ -281,6 +282,7 @@ I_CARBON_PLUGINS : (buildmwproject, "CWIE", [
(":Mac:Build:_weakref.carbon.mcp", "_weakref.carbon"),
(":Mac:Build:_symtable.carbon.mcp", "_symtable.carbon"),
(":Mac:Build:_testcapi.carbon.mcp", "_testcapi.carbon"),
(":Mac:Build:_hotshot.carbon.mcp", "_hotshot.carbon"),
(":Mac:Build:xx.carbon.mcp", "xx.carbon"),
(":Mac:Build:xxsubtype.carbon.mcp", "xxsubtype.carbon"),
(":Mac:Build:pyexpat.carbon.mcp", "pyexpat.carbon"),
......
......@@ -113,6 +113,7 @@ def genallprojects(force=0):
genpluginproject("all", "_testcapi")
genpluginproject("all", "xx")
genpluginproject("all", "xxsubtype", sources=["xxsubtype.c"])
genpluginproject("all", "_hotshot", sources=["_hotshot.c"])
# bgen-generated Toolbox modules
genpluginproject("carbon", "_AE", outputdir="::Lib:Carbon")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment