From ee158180231bafb2d41bd1c6aa5de545556faed8 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Sat, 6 Sep 2025 15:04:28 +0200 Subject: add resizing to win32 --- run.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.bat') diff --git a/run.bat b/run.bat index e5916e5..913a542 100644 --- a/run.bat +++ b/run.bat @@ -1,3 +1,3 @@ del out.exe -cl platform_win32.c "examples\%1" user32.lib gdi32.lib /Fe:out.exe +cl platform_win32.c "examples\%1" user32.lib gdi32.lib /W3 /Fe:out.exe out.exe -- cgit v1.3.1