diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-03-02 12:28:00 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-03-02 12:28:00 +0100 |
| commit | d4c5a35005f4e1d69bbe0a8fc013e94e8122093b (patch) | |
| tree | 88d93683a9594d5efeef46d42dae137c710b94fb /build-win.bat | |
| parent | 91121900746eb0c27a828f369b8123bedb8b19e1 (diff) | |
improvements
Diffstat (limited to 'build-win.bat')
| -rw-r--r-- | build-win.bat | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build-win.bat b/build-win.bat index bad1738..3dafc8f 100644 --- a/build-win.bat +++ b/build-win.bat @@ -9,7 +9,9 @@ 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 -liphlpapi +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 -mwindows + +REM libs used for licensing: -lwininet -liphlpapi DEL /Q "../bin/data.o" |
