aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-17 15:13:31 +1000
committerDavid Walter Seikel2014-04-17 15:13:31 +1000
commit012b4dd32d92aa58c48e6754c73c989bc1eda48c (patch)
tree878b3f3655e44e3a0f115b99ac91dd367c18cec7 /ClientHamr/GuiLua/build.sh
parentMove skang.window() to widget.window(), and make it work. (diff)
downloadSledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.zip
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.gz
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.bz2
SledjHamr-012b4dd32d92aa58c48e6754c73c989bc1eda48c.tar.xz
GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work. Plus clean ups from that.
Diffstat (limited to '')
-rwxr-xr-xClientHamr/GuiLua/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/build.sh b/ClientHamr/GuiLua/build.sh
index 076c106..c39df5b 100755
--- a/ClientHamr/GuiLua/build.sh
+++ b/ClientHamr/GuiLua/build.sh
@@ -23,5 +23,6 @@ gcc $CFLAGS -fPIC -shared -o test_c.so test_c.c
23gcc $CFLAGS -fPIC -c GuiLua.c 23gcc $CFLAGS -fPIC -c GuiLua.c
24echo "C libraries" 24echo "C libraries"
25gcc $CFLAGS -shared -Wl,-soname,libGuiLua.so -o libGuiLua.so GuiLua.o 25gcc $CFLAGS -shared -Wl,-soname,libGuiLua.so -o libGuiLua.so GuiLua.o
26ln -fs libGuiLua.so widget.so
26echo "C apps" 27echo "C apps"
27gcc $CFLAGS -Wl,-export-dynamic -o skang skang.c $LDFLAGS -lGuiLua $libs 28gcc $CFLAGS -Wl,-export-dynamic -o skang skang.c $LDFLAGS -lGuiLua $libs