aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortuler <tuler>2005-05-23 20:24:00 +0000
committertuler <tuler>2005-05-23 20:24:00 +0000
commit2a11208d8ecf8b6d1dc76a146748f064fe6b8b28 (patch)
tree856e6124c1209b44d451d88b9dbd6adcf7a7c855
parent62946f1b92e795f90d51ddb0565dbab5fc7c9508 (diff)
downloadluafilesystem-2a11208d8ecf8b6d1dc76a146748f064fe6b8b28.tar.gz
luafilesystem-2a11208d8ecf8b6d1dc76a146748f064fe6b8b28.tar.bz2
luafilesystem-2a11208d8ecf8b6d1dc76a146748f064fe6b8b28.zip
LuaBinaries release 2 update.
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index b6d0ddb..585de14 100644
--- a/config
+++ b/config
@@ -17,7 +17,7 @@ COMPAT_DIR= ../compat/src
17# Compilation directives 17# Compilation directives
18# On FreeBSD systems, the following line should be commented 18# On FreeBSD systems, the following line should be commented
19DLLIB= -ldl 19DLLIB= -ldl
20LUA_LIBS= -llua -llualib -lm 20LUA_LIBS= -llua50 -lm
21WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings 21WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings
22INCS= -I$(LUA_INC) -I$(COMPAT_DIR) 22INCS= -I$(LUA_INC) -I$(COMPAT_DIR)
23LIBS= $(LUA_LIBS) $(DLLIB) 23LIBS= $(LUA_LIBS) $(DLLIB)