From 22453bb54b9841c02693ce91552eee621081bdd0 Mon Sep 17 00:00:00 2001 From: aldrikboy Date: Sun, 16 Feb 2020 14:37:08 +0100 Subject: work --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release.sh') diff --git a/release.sh b/release.sh index 6574bd7..38d6b36 100755 --- a/release.sh +++ b/release.sh @@ -31,7 +31,7 @@ cd src x86_64-w64-mingw32-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 -x86_64-w64-mingw32-gcc -Wall -m64 -O3 -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 +x86_64-w64-mingw32-gcc -Wall -m64 -O3 -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 rm -f ../bin/data.o cp --remove-destination ../bin/mo-edit.exe ../release/windows/mo-edit.exe -- cgit v1.2.3-70-g09d2