new scheme to control `loadlib' configuration (default for dlopen

implementation is not to include it)
This commit is contained in:
Roberto Ierusalimschy
2003-04-07 17:11:53 -03:00
parent d1df829f8d
commit de57dc2653
2 changed files with 60 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
#
## $Id: makefile,v 1.39 2002/12/06 17:20:45 roberto Exp roberto $
## $Id: makefile,v 1.40 2003/03/19 21:27:30 roberto Exp roberto $
## Makefile
## See Copyright Notice in lua.h
#
@@ -14,7 +14,7 @@ OPTIMIZE = -O2 \
# -fomit-frame-pointer
CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME
CONFIG = $(DEBUG) $(OPTIMIZE) -DLUA_COMPATUPSYNTAX -DUSE_TMPNAME -DUSE_DLOPEN
# Compilation parameters