All the amisc binaries now build.

This commit is contained in:
David Given
2016-06-19 09:32:45 +02:00
parent 1978867fd2
commit d805052205
5 changed files with 46 additions and 12 deletions

View File

@@ -6,6 +6,16 @@ bundle {
clibrary {
name = "string",
srcs = { "./src/string/*.c" },
deps = { "#headers" },
deps = { "+headers" },
}
clibrary {
name = "object",
srcs = { "./src/object/*.c" },
deps = {
"+headers",
"h+local",
"h+emheaders",
},
}