From a17e7369bfe9cb4a23225084a396ec92823bad2b Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 22 Sep 2025 17:21:30 +0200 Subject: reorganize examples --- run_example.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 run_example.bat (limited to 'run_example.bat') diff --git a/run_example.bat b/run_example.bat new file mode 100644 index 0000000..33b5b8b --- /dev/null +++ b/run_example.bat @@ -0,0 +1,4 @@ +del out.exe +del *.obj +cl "examples\platform\platform_win32.c" "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe /Z7 /O2 +out.exe -- cgit v1.3.1