Substituicao nos nomes dos arquivos.

This commit is contained in:
tomas
2004-07-29 14:26:33 +00:00
parent 8addf14a39
commit 70052678b1
8 changed files with 30 additions and 30 deletions

4
config
View File

@@ -1,6 +1,7 @@
# Installation directories
# System's libraries directory (where Lua libraries are installed)
# System's libraries directory (where binary libraries are installed)
LIB_DIR= /usr/local/lib
# System's lua directory (where Lua libraries are installed)
LUA_DIR= /usr/local/lua
# OS dependent
@@ -10,7 +11,6 @@ LIB_OPTION= -dynamiclib #for MacOS X
#LIB_OPTION= -shared #for Linux
# Compilation directives
# pre-compile and include mod2.lua into mod_lua.c
# On FreeBSD systems, the following line should be commented
DLLIB= -ldl
WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings