summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-16 17:21:44 +0100
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-02-16 17:21:44 +0100
commitc8c0973f879118d66542649a2ee8464c84bc6dc7 (patch)
tree87d0cc8454b6bcb6e6c14b7eb3d4c2eed3e5e8b9 /install.sh
parent9a6655570440c40216e9849adfb6eb1912b19ffb (diff)
work
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 6a10053..139eb58 100644
--- a/install.sh
+++ b/install.sh
@@ -48,7 +48,7 @@ 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
-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