offering two alternatives for bindings now

This commit is contained in:
Enno Rehling 2008-12-20 23:11:09 +00:00
parent 5904d0b3f1
commit ff8c715b4c
1 changed files with 6 additions and 1 deletions

View File

@ -8,7 +8,12 @@ MSPACES = 1 ;
if ! $(BINDINGS) { if ! $(BINDINGS) {
BINDINGS = TOLUA ; BINDINGS = TOLUA ;
} }
if $(BINDINGS) = LUABIND {
CCFLAGS += -DBINDINGS_LUABIND ;
C++FLAGS += -DBINDINGS_LUABIND ;
}
if ! $(LUA_VERSION) { if ! $(LUA_VERSION) {
LUA_VERSION = 5.0 ; LUA_VERSION = 5.0 ;
} }