Moving source from headers into source.

This commit is contained in:
Branimir Karadžić
2017-01-08 15:14:59 -08:00
parent a27af76cb4
commit 979ff72b2a
4 changed files with 430 additions and 375 deletions

View File

@@ -54,6 +54,10 @@ project "bx.test"
path.join(BX_DIR, "tests/dbg.*"),
}
links {
"bx",
}
configuration { "vs* or mingw*" }
links {
"psapi",
@@ -109,6 +113,10 @@ project "bx.bench"
path.join(BX_DIR, "tests/dbg.*"),
}
links {
"bx",
}
configuration { "vs* or mingw*" }
links {
"psapi",