diff options
Diffstat (limited to 'build-win.bat')
| -rw-r--r-- | build-win.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build-win.bat b/build-win.bat index 934cccb..1ae96f2 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/moedit.exe ../misc/icon.res -lopengl32 -lkernel32 -lglu32 -lgdi32 -lcomdlg32 -lgdiplus -lole32 -lshlwapi +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 DEL /Q "../bin/data.o" @@ -18,5 +18,5 @@ echo size = %size% cd ../ -if "%1"=="-r" start bin/moedit.exe -if "%1"=="-w" start gdb -ex run bin/moedit.exe
\ No newline at end of file +if "%1"=="-r" start bin/mo-edit.exe +if "%1"=="-w" start gdb -ex run bin/mo-edit.exe
\ No newline at end of file |
