Enhancement - Hooks

- Added bare bones autoconf changes to support Lua.
- Added API class from metatask.git.
- Added skeleton Hooks class.
- Added 'with_lua' helper script.
This commit is contained in:
Paul Beckingham 2010-01-17 01:12:28 -05:00
parent 31055360dc
commit c66d6b0500
8 changed files with 645 additions and 11 deletions

6
with_lua Executable file
View file

@ -0,0 +1,6 @@
# This is currently what is required to build with Lua.
#./configure --enable-lua=yes --with-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
#./configure --enable-lua --with-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib
./configure --enable-lua --with-lua-inc=/usr/local/include --with-lua-lib=/usr/local/lib