diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2020-02-16 14:40:30 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2020-02-16 14:40:30 +0100 |
| commit | 005e6be55986842ebe0188d93ebd12cecd731297 (patch) | |
| tree | 73a33de6c302a04bc781f7b9893704cd14249116 | |
| parent | 29f31ae1f910974cf9400f291281f2d4853ffc92 (diff) | |
fix build
| -rwxr-xr-x | build-linux.sh | 2 | ||||
| -rw-r--r-- | install.sh | 2 | ||||
| -rwxr-xr-x | release.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build-linux.sh b/build-linux.sh index 545a940..536cc17 100755 --- a/build-linux.sh +++ b/build-linux.sh @@ -36,7 +36,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 -gcc -Wall -g -m64 -DMODE_DEVELOPER -Wno-unused-label -rdynamic -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit -lX11 -lGL -lGLU -lXrandr -lm -lpthread -ldl +gcc -Wall -g -m64 -DMODE_DEVELOPER -Wno-unused-label -rdynamic -Wno-unused-variable mo_edit.c ../bin/data.o -o ../bin/mo-edit -lX11 -lGL -lGLU -lXrandr -lm -lpthread -ldl -lcurl rm -f ../bin/data.o @@ -27,7 +27,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 -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 +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 -lcurl rm -f ../bin/data.o @@ -15,7 +15,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 -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 +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 -lcurl rm -f ../bin/data.o cp --remove-destination ../bin/mo-edit ../release/linux/mo-edit |
