aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-17 13:15:32 +1000
committerDavid Walter Seikel2012-01-17 13:15:32 +1000
commit14023eed3e31aa7f857f26cff5d2d3d39b82035f (patch)
treecf86854c71014ea78e29f473ac8723102d999ac4 /LuaSL/build.sh
parentUse EFL logging. (diff)
downloadSledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.zip
SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.gz
SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.bz2
SledjHamr-14023eed3e31aa7f857f26cff5d2d3d39b82035f.tar.xz
Cleanups for EFL.
Diffstat (limited to '')
-rwxr-xr-xLuaSL/build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 65c1581..7455847 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -6,6 +6,8 @@ export LOCALDIR=`pwd`
6cd src 6cd src
7rm -f ../LuaSL ../LuaSL_parser ../*.o *.output *.backup ../*.edj LuaSL_lexer.h LuaSL_lexer.c LuaSL_lemon_yaccer.h LuaSL_lemon_yaccer.c LuaSL_lemon_yaccer.out 7rm -f ../LuaSL ../LuaSL_parser ../*.o *.output *.backup ../*.edj LuaSL_lexer.h LuaSL_lexer.c LuaSL_lemon_yaccer.h LuaSL_lemon_yaccer.c LuaSL_lemon_yaccer.out
8 8
9
10# This assumes you have EFL installed in one of two standard places.
9if [ -d "/opt/e17" ] 11if [ -d "/opt/e17" ]
10then 12then
11 export E17DIR="/opt/e17" 13 export E17DIR="/opt/e17"