diff options
Diffstat (limited to 'win-resize/build.bat')
| -rw-r--r-- | win-resize/build.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win-resize/build.bat b/win-resize/build.bat deleted file mode 100644 index 14ca49c..0000000 --- a/win-resize/build.bat +++ /dev/null @@ -1,3 +0,0 @@ -@echo off -if not exist bin mkdir bin -cl /W4 /Od /Zi /Fe:bin\win-resize.exe win-resize.c /Fd:bin\ /Fo:bin\ |