mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed amalgamated build.
This commit is contained in:
@@ -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"),
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
*/
|
||||
|
||||
#include "allocator.cpp"
|
||||
#include "bounds.cpp"
|
||||
#include "bx.cpp"
|
||||
#include "commandline.cpp"
|
||||
#include "crtnone.cpp"
|
||||
|
||||
Reference in New Issue
Block a user