summaryrefslogtreecommitdiff
path: root/release-linux.sh
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-27 14:47:59 +0200
committerAldrik Ramaekers <aldrik.ramaekers@protonmail.com>2020-06-27 14:47:59 +0200
commit718e8835d9694b4f64ddf7d5ab92c84d86f5dc0e (patch)
tree5850d6d725874d3c6764a3c884c5a6d76113275c /release-linux.sh
parentfee6c2364e8d22c41b53db90ace721cbe945f0af (diff)
work
Diffstat (limited to 'release-linux.sh')
-rw-r--r--release-linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-linux.sh b/release-linux.sh
index 7eba327..97ff655 100644
--- a/release-linux.sh
+++ b/release-linux.sh
@@ -8,7 +8,7 @@ mkdir bin
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
+ld -r -b binary -o ../bin/data.o ../data/imgs/en.bmp ../data/imgs/nl.bmp ../data/imgs/logo_64.bmp ../data/fonts/mono.ttf ../data/translations/en-English.mo ../data/translations/nl-Dutch.mo ../data/imgs/list.bmp ../data/imgs/delete.bmp ../data/imgs/add.bmp ../data/imgs/set.bmp
gcc -Wall -O3 -m64 -Wno-unused-label -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit -lX11 -lGL -lGLU -lXrandr -lm -lpthread -ldl