Combined all examples. Issue #1143.

This commit is contained in:
Branimir Karadžić
2017-06-25 21:44:04 -07:00
parent d89a4e0346
commit 5f666a5ee2
38 changed files with 1301 additions and 755 deletions

View File

@@ -370,6 +370,10 @@ function exampleProject(_combined, ...)
end
files {
path.join(BGFX_DIR, "examples/25-c99/helloworld.c"), -- hack for _main_
}
exampleProjectDefaults()
else
@@ -389,6 +393,10 @@ function exampleProject(_combined, ...)
path.join(BGFX_DIR, "examples", name, "**.bin.h"),
}
defines {
"ENTRY_CONFIG_IMPLEMENT_MAIN=1",
}
exampleProjectDefaults()
end
end