diff options
| author | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-15 11:08:06 -0500 |
|---|---|---|
| committer | Hunter Kvalevog <hunter@kvog.sh> | 2026-05-15 19:40:41 -0500 |
| commit | bf6afd7ec67df86bc7a20d1128a274f7445ad7ca (patch) | |
| tree | 62174f8c05700c0531194ecedc3cb9358f083f2f /win-resize/build.bat | |
| parent | 3bbc04bf2ab5dc756a57d548a8da78b0c9044b46 (diff) | |
Diffstat (limited to 'win-resize/build.bat')
| -rw-r--r-- | win-resize/build.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win-resize/build.bat b/win-resize/build.bat new file mode 100644 index 0000000..14ca49c --- /dev/null +++ b/win-resize/build.bat @@ -0,0 +1,3 @@ +@echo off +if not exist bin mkdir bin +cl /W4 /Od /Zi /Fe:bin\win-resize.exe win-resize.c /Fd:bin\ /Fo:bin\ |