core api redesign
This commit is contained in:
@@ -16,9 +16,9 @@ int main(int argc, char **argv) {
|
||||
meta_app(arena);
|
||||
|
||||
bool run_server = false;
|
||||
bool core_test_target = false;
|
||||
bool core_test_target = true;
|
||||
bool wasm_target = true;
|
||||
bool win32_target = true;
|
||||
bool win32_target = false;
|
||||
|
||||
if (run_server) {
|
||||
os_systemf("start /D ..\\package ..\\package\\run_server.bat");
|
||||
|
||||
Reference in New Issue
Block a user