From cff2438292f18b9061d71809b801bd7b950057af Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 11 Feb 2020 16:45:36 +0100 Subject: imgs --- build-win.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build-win.bat') 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 -- cgit v1.2.3-70-g09d2