From 012b4dd32d92aa58c48e6754c73c989bc1eda48c Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Thu, 17 Apr 2014 15:13:31 +1000 Subject: GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the work. Plus clean ups from that. --- ClientHamr/GuiLua/build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ClientHamr/GuiLua/build.sh') 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 gcc $CFLAGS -fPIC -c GuiLua.c echo "C libraries" gcc $CFLAGS -shared -Wl,-soname,libGuiLua.so -o libGuiLua.so GuiLua.o +ln -fs libGuiLua.so widget.so echo "C apps" gcc $CFLAGS -Wl,-export-dynamic -o skang skang.c $LDFLAGS -lGuiLua $libs -- cgit v1.1