diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-06-22 17:40:30 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-06-22 17:40:30 +0200 |
| commit | fee6c2364e8d22c41b53db90ace721cbe945f0af (patch) | |
| tree | c0d7e5e82e73f926215fe0ba1ee30a6e0288a162 /build-win.bat | |
| parent | 52d15199a4f2781f285d84fd78b71bbc23b85468 (diff) | |
cpu rendering
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 854a2c9..ca5a272 100644 --- a/build-win.bat +++ b/build-win.bat @@ -5,7 +5,7 @@ windres misc/icon.rc -O coff -o misc/icon.res DEL /S /Q bin cd src -ld -r -b binary -o ../bin/data.o ../data/imgs/en.png ../data/imgs/nl.png ../data/imgs/logo_64.png ../data/fonts/mono.ttf ../data/translations/en-English.mo ../data/translations/nl-Dutch.mo ../data/imgs/list.png ../data/imgs/delete.png ../data/imgs/exclaim.png ../data/imgs/add.png ../data/imgs/set.png +ld -r -b binary -o ../bin/data.o ../data/imgs/en.bmp ../data/imgs/nl.bmp ../data/imgs/logo_64.bmp ../data/fonts/mono.ttf ../data/translations/en-English.mo ../data/translations/nl-Dutch.mo ../data/imgs/list.bmp ../data/imgs/delete.bmp ../data/imgs/add.bmp ../data/imgs/set.bmp if "%1"=="-w" (SET defs=-DMODE_DEVELOPER -DMODE_GDBDEBUG) else (SET defs=-DMODE_DEVELOPER) |
