This commit is contained in:
krzosa
2024-12-30 16:09:02 +01:00
parent bfdd384f90
commit 578fa33605
21 changed files with 494 additions and 259 deletions

View File

@@ -16,9 +16,9 @@ int main(int argc, char **argv) {
meta_app(arena);
bool run_server = false;
bool core_test_target = true;
bool core_test_target = false;
bool wasm_target = true;
bool win32_target = false;
bool win32_target = true;
if (run_server) {
os_systemf("start /D ..\\package ..\\package\\run_server.bat");