diff options
author | tomas <tomas> | 2004-07-29 14:26:33 +0000 |
---|---|---|
committer | tomas <tomas> | 2004-07-29 14:26:33 +0000 |
commit | 70052678b19e026a8db3ecb58824d6aa770ea589 (patch) | |
tree | b68dfb62ee1eaf1b788ade7ba91a551118f5834c /config | |
parent | 8addf14a396466982f62503a6dfa5793a53b1b8e (diff) | |
download | luafilesystem-70052678b19e026a8db3ecb58824d6aa770ea589.tar.gz luafilesystem-70052678b19e026a8db3ecb58824d6aa770ea589.tar.bz2 luafilesystem-70052678b19e026a8db3ecb58824d6aa770ea589.zip |
Substituicao nos nomes dos arquivos.
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,7 @@ | |||
1 | # Installation directories | 1 | # Installation directories |
2 | # System's libraries directory (where Lua libraries are installed) | 2 | # System's libraries directory (where binary libraries are installed) |
3 | LIB_DIR= /usr/local/lib | 3 | LIB_DIR= /usr/local/lib |
4 | # System's lua directory (where Lua libraries are installed) | ||
4 | LUA_DIR= /usr/local/lua | 5 | LUA_DIR= /usr/local/lua |
5 | 6 | ||
6 | # OS dependent | 7 | # OS dependent |
@@ -10,7 +11,6 @@ LIB_OPTION= -dynamiclib #for MacOS X | |||
10 | #LIB_OPTION= -shared #for Linux | 11 | #LIB_OPTION= -shared #for Linux |
11 | 12 | ||
12 | # Compilation directives | 13 | # Compilation directives |
13 | # pre-compile and include mod2.lua into mod_lua.c | ||
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 |