diff options
author | David Walter Seikel | 2013-02-02 14:10:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2013-02-02 14:10:42 +1000 |
commit | 8635bbc76a83c026d244ee5efc72b4ecd62a584e (patch) | |
tree | 69a69e5c0c0b34fcda10fdc2f28b45e4ec74aa82 /LuaSL | |
parent | Fix up those arrow keys by getting elm out of the loop. (diff) | |
download | SledjHamr-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-x | LuaSL/build.sh | 3 |
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" | |||
29 | CFLAGS="$CFLAGS -I $E17DIR/include/edje-1" | 29 | CFLAGS="$CFLAGS -I $E17DIR/include/edje-1" |
30 | CFLAGS="$CFLAGS -I $E17DIR/include/evas-1" | 30 | CFLAGS="$CFLAGS -I $E17DIR/include/evas-1" |
31 | CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1" | 31 | CFLAGS="$CFLAGS -I $E17DIR/include/ecore-1" |
32 | CFLAGS="$CFLAGS -I $E17DIR/include/ecore-con-1" | ||
33 | CFLAGS="$CFLAGS -I $E17DIR/include/ecore-evas-1" | ||
34 | CFLAGS="$CFLAGS -I $E17DIR/include/ecore-file-1" | ||
32 | CFLAGS="$CFLAGS -I $E17DIR/include" | 35 | CFLAGS="$CFLAGS -I $E17DIR/include" |
33 | CFLAGS="$CFLAGS -DPACKAGE_DATA_DIR=\"$LOCALDIR\" $CFLAGOPTS" | 36 | CFLAGS="$CFLAGS -DPACKAGE_DATA_DIR=\"$LOCALDIR\" $CFLAGOPTS" |
34 | 37 | ||