aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL
diff options
context:
space:
mode:
authorDavid Walter Seikel2013-02-02 14:10:42 +1000
committerDavid Walter Seikel2013-02-02 14:10:42 +1000
commit8635bbc76a83c026d244ee5efc72b4ecd62a584e (patch)
tree69a69e5c0c0b34fcda10fdc2f28b45e4ec74aa82 /LuaSL
parentFix up those arrow keys by getting elm out of the loop. (diff)
downloadSledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.zip
SledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.tar.gz
SledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.tar.bz2
SledjHamr-8635bbc76a83c026d244ee5efc72b4ecd62a584e.tar.xz
A few minor clean ups.
Diffstat (limited to 'LuaSL')
-rwxr-xr-xLuaSL/build.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 5e60691..f0ed7aa 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -29,6 +29,9 @@ CFLAGS="$CFLAGS -I $E17DIR/include/embryo-1"
29CFLAGS="$CFLAGS -I $E17DIR/include/edje-1" 29CFLAGS="$CFLAGS -I $E17DIR/include/edje-1"
30CFLAGS="$CFLAGS -I $E17DIR/include/evas-1" 30CFLAGS="$CFLAGS -I $E17DIR/include/evas-1"
31CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1" 31CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1"
32CFLAGS="$CFLAGS -I $E17DIR/include/ecore-con-1"
33CFLAGS="$CFLAGS -I $E17DIR/include/ecore-evas-1"
34CFLAGS="$CFLAGS -I $E17DIR/include/ecore-file-1"
32CFLAGS="$CFLAGS -I $E17DIR/include" 35CFLAGS="$CFLAGS -I $E17DIR/include"
33CFLAGS="$CFLAGS -DPACKAGE_DATA_DIR=\"$LOCALDIR\" $CFLAGOPTS" 36CFLAGS="$CFLAGS -DPACKAGE_DATA_DIR=\"$LOCALDIR\" $CFLAGOPTS"
34 37