Fixed amalgamated build.

This commit is contained in:
Бранимир Караџић
2021-10-16 15:05:06 -07:00
parent 3ebd846fe4
commit f324ffad46
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ project "bx"
if _OPTIONS["with-amalgamated"] then
excludes {
path.join(BX_DIR, "src/allocator.cpp"),
path.join(BX_DIR, "src/bounds.cpp"),
path.join(BX_DIR, "src/bx.cpp"),
path.join(BX_DIR, "src/commandline.cpp"),
path.join(BX_DIR, "src/crtnone.cpp"),

View File

@@ -4,6 +4,7 @@
*/
#include "allocator.cpp"
#include "bounds.cpp"
#include "bx.cpp"
#include "commandline.cpp"
#include "crtnone.cpp"