diff options
Diffstat (limited to 'run_example.bat')
| -rw-r--r-- | run_example.bat | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
