aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
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