diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2020-02-16 14:37:08 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2020-02-16 14:37:08 +0100 |
| commit | 22453bb54b9841c02693ce91552eee621081bdd0 (patch) | |
| tree | b76995a56fdad1a425c87e8a4331bd15d663b748 /release.sh | |
| parent | 9a6655570440c40216e9849adfb6eb1912b19ffb (diff) | |
work
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
