This commit is contained in:
Enno Rehling 2008-12-20 17:23:27 +00:00
parent e00286ee38
commit aa2d227f39
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@ LINK = gcc ;
MSPACES = 1 ;
# BINDING = LUABIND ;
if ! $(BINDING) {
BINDING = TOLUA ;
}
if ! $(LUA_VERSION) {
LUA_VERSION = 5.0 ;
}