diff options
author | David Walter Seikel | 2014-04-20 10:21:59 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-20 10:21:59 +1000 |
commit | b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c (patch) | |
tree | 7be597a8ee91f1040c1e47e5a7abec4a91c5f728 /ClientHamr/GuiLua | |
parent | Make the window command a Thing. (diff) | |
download | SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.zip SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.gz SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.bz2 SledjHamr-b6bf06c4cd7d6e9b9ec50992c92aa5d2e0062d9c.tar.xz |
Clean up all the build and test scripts to be similar, and not have the EFL directory hard coded.
Diffstat (limited to 'ClientHamr/GuiLua')
-rwxr-xr-x | ClientHamr/GuiLua/build.sh | 1 | ||||
-rwxr-xr-x | ClientHamr/GuiLua/test.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/ClientHamr/GuiLua/build.sh b/ClientHamr/GuiLua/build.sh index 076c106..c405bb2 100755 --- a/ClientHamr/GuiLua/build.sh +++ b/ClientHamr/GuiLua/build.sh | |||
@@ -4,7 +4,6 @@ export LOCALDIR=`pwd` | |||
4 | 4 | ||
5 | # No need for a make file, or dependencies, the entire thing takes only a few seconds to build. | 5 | # No need for a make file, or dependencies, the entire thing takes only a few seconds to build. |
6 | 6 | ||
7 | |||
8 | CFLAGS="-g -Wall -I include -I $LOCALDIR" | 7 | CFLAGS="-g -Wall -I include -I $LOCALDIR" |
9 | CFLAGS="$CFLAGS -I ../../libraries" | 8 | CFLAGS="$CFLAGS -I ../../libraries" |
10 | CFLAGS="$CFLAGS $(pkg-config --cflags luajit)" | 9 | CFLAGS="$CFLAGS $(pkg-config --cflags luajit)" |
diff --git a/ClientHamr/GuiLua/test.sh b/ClientHamr/GuiLua/test.sh index 4f72c52..c1b0afb 100755 --- a/ClientHamr/GuiLua/test.sh +++ b/ClientHamr/GuiLua/test.sh | |||
@@ -1,3 +1,3 @@ | |||
1 | #!/bin/bash | 1 | #! /bin/bash |
2 | 2 | ||
3 | export LD_LIBRARY_PATH="."; ./skang -l test -foo "argy bargy" | 3 | export LD_LIBRARY_PATH="."; ./skang -l test -foo "argy bargy" |