aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-09 13:41:38 +1000
committerDavid Walter Seikel2014-04-09 13:41:38 +1000
commite4e750b9a749899f1eaa3b666381c39e9dc4bd7b (patch)
tree53559782b479e88b697a4b2ba4691ab269428367 /ClientHamr/GuiLua/test_c.c
parentMore notes! (diff)
downloadSledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.zip
SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.gz
SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.bz2
SledjHamr-e4e750b9a749899f1eaa3b666381c39e9dc4bd7b.tar.xz
Make GuiLua an actual shared library, plus some minor clean ups.
Diffstat (limited to 'ClientHamr/GuiLua/test_c.c')
-rw-r--r--ClientHamr/GuiLua/test_c.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c
index e4ca278..6faf928 100644
--- a/ClientHamr/GuiLua/test_c.c
+++ b/ClientHamr/GuiLua/test_c.c
@@ -1,14 +1,5 @@
1/* Should be a Lua skang module, roughly the same as test.lua 1/* Should be a Lua skang module, roughly the same as test.lua
2 2
3TODO - See if this still works if it's an app instead of a library.
4 I think the problem will be duplicate Lua library names.
5 The C app will be linked to one copy, the lua executable that require() this is linked to another, even if it's the same one.
6 Much hilarity ensues.
7 Not to mention linker flags being different.
8
9 Plan B -
10 Widget skang module runs the window app, and sends stuff to it.
11
12Seems to be several problems with linking in various OSes, here's some 3Seems to be several problems with linking in various OSes, here's some
13possibly helpful links - 4possibly helpful links -
14 5