aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/build.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert build shell scripts to Lua, with common infrastructure.David Walter Seikel2014-04-201-26/+0
|
* Clean up all the build and test scripts to be similar, and not have the EFL ↵David Walter Seikel2014-04-201-1/+0
| | | | directory hard coded.
* Merge the widget module into the skang module, and some related clean ups.David Walter Seikel2014-04-181-1/+0
| | | | So now the skang module is a mix of C and Lua.
* GuiLuaDo() now passes args to Lua in arg, then lets skang do most of the ↵David Walter Seikel2014-04-171-0/+1
| | | | work. Plus clean ups from that.
* Convert GuiLua and skang to Elementary.David Walter Seikel2014-04-161-37/+5
|
* Make GuiLua an actual shared library, plus some minor clean ups.David Walter Seikel2014-04-091-4/+8
|
* Actually build GuiLua.David Walter Seikel2014-04-081-1/+2
|
* Make test_c a real Lua module, but just a test one doing it the usual way, ↵David Walter Seikel2014-03-271-0/+54
not a skang module, yet.