add tolua submodule, kill all references to tolua++

This commit is contained in:
Enno Rehling 2015-07-11 17:48:35 +02:00
parent e10086b8fe
commit 4c79962729
4 changed files with 6 additions and 1 deletions

3
.gitmodules vendored
View File

@ -29,3 +29,6 @@
path = storage path = storage
url = git://github.com/badgerman/storage.git url = git://github.com/badgerman/storage.git
branch = master branch = master
[submodule "tolua"]
path = tolua
url = git@github.com:ennorehling/tolua.git

View File

@ -59,7 +59,7 @@ find_package (LibXml2)
find_package (SQLite3) find_package (SQLite3)
find_package (Curses) find_package (Curses)
find_package (Lua REQUIRED) find_package (Lua REQUIRED)
find_package (ToLua) find_package (ToLua REQUIRED)
add_subdirectory (cutest) add_subdirectory (cutest)
add_subdirectory (crypto) add_subdirectory (crypto)

View File

@ -30,6 +30,7 @@ if [ ! -d $ROOT/$BIN_DIR ]; then
fi fi
git submodule update git submodule update
cd $ROOT/tolua ; make
cd $ROOT/$BIN_DIR cd $ROOT/$BIN_DIR
make $MAKEOPTS && make test make $MAKEOPTS && make test
cd $OLDPWD cd $OLDPWD

1
tolua Submodule

@ -0,0 +1 @@
Subproject commit e046e5d05c3ef425b0f43203bae9a77486c74e55