LuaBinaries release 2 update.

This commit is contained in:
tuler
2005-05-23 20:24:00 +00:00
parent 62946f1b92
commit 2a11208d8e

2
config
View File

@@ -17,7 +17,7 @@ COMPAT_DIR= ../compat/src
# Compilation directives # Compilation directives
# On FreeBSD systems, the following line should be commented # On FreeBSD systems, the following line should be commented
DLLIB= -ldl DLLIB= -ldl
LUA_LIBS= -llua -llualib -lm LUA_LIBS= -llua50 -lm
WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings
INCS= -I$(LUA_INC) -I$(COMPAT_DIR) INCS= -I$(LUA_INC) -I$(COMPAT_DIR)
LIBS= $(LUA_LIBS) $(DLLIB) LIBS= $(LUA_LIBS) $(DLLIB)