aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/build.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-18 00:37:17 +1000
committerDavid Walter Seikel2014-04-18 00:37:17 +1000
commit8e06e56e16183c18b01bf6941fde8c35b5562655 (patch)
treebe350cd2d49bb52fbf9442ba9e70cfedab848b94 /ClientHamr/GuiLua/build.sh
parentConvert test_c to use GuiLua. (diff)
downloadSledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.zip
SledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.tar.gz
SledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.tar.bz2
SledjHamr-8e06e56e16183c18b01bf6941fde8c35b5562655.tar.xz
Merge the widget module into the skang module, and some related clean ups.
So now the skang module is a mix of C and Lua.
Diffstat (limited to '')
-rwxr-xr-xClientHamr/GuiLua/build.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/build.sh b/ClientHamr/GuiLua/build.sh
index c39df5b..076c106 100755
--- a/ClientHamr/GuiLua/build.sh
+++ b/ClientHamr/GuiLua/build.sh
@@ -23,6 +23,5 @@ 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
27echo "C apps" 26echo "C apps"
28gcc $CFLAGS -Wl,-export-dynamic -o skang skang.c $LDFLAGS -lGuiLua $libs 27gcc $CFLAGS -Wl,-export-dynamic -o skang skang.c $LDFLAGS -lGuiLua $libs