diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -13,7 +13,7 @@ COMPAT_DIR= ../compat/src | |||
| 13 | 13 | ||
| 14 | # Compilation directives | 14 | # Compilation directives |
| 15 | # On FreeBSD systems, the following line should be commented | 15 | # On FreeBSD systems, the following line should be commented |
| 16 | DLLIB= -ldl | 16 | #DLLIB= -ldl |
| 17 | #LUA_LIBS= -llua50 -lm | 17 | #LUA_LIBS= -llua50 -lm |
| 18 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings | 18 | WARN= -O2 -Wall -fPIC -W -Waggregate-return -Wcast-align -Wmissing-prototypes -Wnested-externs -Wshadow -Wwrite-strings |
| 19 | INCS= -I$(LUA_INC) -I$(COMPAT_DIR) | 19 | INCS= -I$(LUA_INC) -I$(COMPAT_DIR) |
| @@ -21,4 +21,4 @@ LIBS= $(LUA_LIBS) $(DLLIB) | |||
| 21 | CFLAGS= $(WARN) $(INCS) | 21 | CFLAGS= $(WARN) $(INCS) |
| 22 | CC= gcc | 22 | CC= gcc |
| 23 | 23 | ||
| 24 | # $Id: config,v 1.11 2005/06/05 00:36:18 tomas Exp $ | 24 | # $Id: config,v 1.12 2005/06/06 20:10:10 tomas Exp $ |
