os_read, ui misc

This commit is contained in:
Krzosa Karol
2025-02-05 08:38:47 +01:00
parent 6f31de5bf1
commit 22685cbbd3
6 changed files with 88 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ int main(int argc, char **argv) {
b32 core_test_target = false;
b32 win32_target = true;
b32 standalone_w32_target = false;
b32 wasm_target = true;
b32 wasm_target = false;
if (run_server) {
os_systemf("start /D ..\\package ..\\package\\run_server.bat");