diff options
| author | kkard2 <[email protected]> | 2025-09-07 11:02:24 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2025-09-07 11:02:24 +0200 |
| commit | 14288e6b15e8c8a61ccfcf859583268529776f11 (patch) | |
| tree | 732c3c71cb5735b36987c60095bb6e3033c22bd8 /run.bat | |
| parent | c58b1427aade2976058aca1c246ce740044913bc (diff) | |
handle some edge cases with 0 sized canvas
Diffstat (limited to 'run.bat')
| -rw-r--r-- | run.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ del out.exe del *.obj -cl platform_win32.c "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe +cl platform_win32.c "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe /Z7 out.exe |
