diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-22 19:55:55 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-22 19:55:55 +0100 |
| commit | 85b36cdce3e5d60a64274067160a919503291896 (patch) | |
| tree | 0d549a3981e673da41e647a5b1f17deb4fe573cf /build-win.bat | |
| parent | bea1e688856a1ed3caa74a7ccdb33a7048268cea (diff) | |
licensing
Diffstat (limited to 'build-win.bat')
| -rw-r--r-- | build-win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-win.bat b/build-win.bat index c7a65c6..bad1738 100644 --- a/build-win.bat +++ b/build-win.bat @@ -9,7 +9,7 @@ ld -r -b binary -o ../bin/data.o ../data/imgs/en.png ../data/imgs/nl.png ../dat if "%1"=="-w" (SET defs=-DMODE_DEVELOPER -DMODE_GDBDEBUG) else (SET defs=-DMODE_DEVELOPER) -x86_64-w64-mingw32-gcc -m64 -Wall -g %defs% -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit.exe ../misc/icon.res -lopengl32 -lkernel32 -lglu32 -lgdi32 -lcomdlg32 -lgdiplus -lole32 -lshlwapi -lwininet +x86_64-w64-mingw32-gcc -m64 -Wall -g %defs% -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit.exe ../misc/icon.res -lopengl32 -lkernel32 -lglu32 -lgdi32 -lcomdlg32 -lgdiplus -lole32 -lshlwapi -lwininet -liphlpapi DEL /Q "../bin/data.o" |
