diff options
author | tomas <tomas> | 2004-10-15 10:04:15 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-10-15 10:04:15 +0000 |
commit | 39fba7df43aa2bead39f6ffad6ef4675ad4576c3 (patch) | |
tree | dbd7151908df870403a42c994705827849b0aa6c /config | |
parent | a6c8ca71233e9b771b91789e3059b9d22b26c8e9 (diff) | |
download | luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.tar.gz luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.tar.bz2 luafilesystem-39fba7df43aa2bead39f6ffad6ef4675ad4576c3.zip |
Atualizando o esquema de compilacao para o uso da compat-5.1.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ LIB_OPTION= -dynamiclib #for MacOS X | |||
14 | # On FreeBSD systems, the following line should be commented | 14 | # On FreeBSD systems, the following line should be commented |
15 | DLLIB= -ldl | 15 | DLLIB= -ldl |
16 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings | 16 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings |
17 | INCS= -I/usr/local/include/lua5 | 17 | INCS= -I/usr/local/include/lua5 -I../compat |
18 | LIBS= -L$(LIB_DIR) -llua -llualib -lm $(DLLIB) | 18 | LIBS= -L$(LIB_DIR) -llua -llualib -lm $(DLLIB) |
19 | CFLAGS= $(WARN) $(INCS) | 19 | CFLAGS= $(WARN) $(INCS) |
20 | CC= gcc | 20 | CC= gcc |