aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/LuaSL/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-05 01:22:19 +1000
committerDavid Walter Seikel2012-01-05 01:22:19 +1000
commit3f78664fde0d8208f34ed7c653a2d02da5d323ad (patch)
tree47c1b3e28f5d61ed8c2c90de952181da6f2a2fc0 /LuaSL/build.sh
parentMove the object files out of the source directory. (diff)
downloadSledjHamr-3f78664fde0d8208f34ed7c653a2d02da5d323ad.zip
SledjHamr-3f78664fde0d8208f34ed7c653a2d02da5d323ad.tar.gz
SledjHamr-3f78664fde0d8208f34ed7c653a2d02da5d323ad.tar.bz2
SledjHamr-3f78664fde0d8208f34ed7c653a2d02da5d323ad.tar.xz
Add a compiler stub.
Diffstat (limited to '')
-rwxr-xr-xLuaSL/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/LuaSL/build.sh b/LuaSL/build.sh
index 29558dd..6aba3a0 100755
--- a/LuaSL/build.sh
+++ b/LuaSL/build.sh
@@ -47,7 +47,7 @@ libs="-lecore -levas -ledje -leet -leina"
47#-lrt \ 47#-lrt \
48#-lz 48#-lz
49 49
50names="LuaSL_main LuaSL_utilities" 50names="LuaSL_main LuaSL_compile LuaSL_utilities"
51 51
52EDJE_FLAGS="-id images -fd fonts" 52EDJE_FLAGS="-id images -fd fonts"
53 53