From e4e750b9a749899f1eaa3b666381c39e9dc4bd7b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Wed, 9 Apr 2014 13:41:38 +1000 Subject: Make GuiLua an actual shared library, plus some minor clean ups. --- ClientHamr/GuiLua/test_c.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ClientHamr/GuiLua/test_c.c') 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 @@ /* Should be a Lua skang module, roughly the same as test.lua -TODO - See if this still works if it's an app instead of a library. - I think the problem will be duplicate Lua library names. - 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. - Much hilarity ensues. - Not to mention linker flags being different. - - Plan B - - Widget skang module runs the window app, and sends stuff to it. - Seems to be several problems with linking in various OSes, here's some possibly helpful links - -- cgit v1.1