diff options
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | # | 1 | # |
| 2 | ## $Id: makefile,v 1.7 1997/12/17 20:48:58 roberto Exp roberto $ | 2 | ## $Id: makefile,v 1.8 1997/12/23 19:24:36 roberto Exp roberto $ |
| 3 | ## Makefile | 3 | ## Makefile |
| 4 | ## See Copyright Notice in lua.h | 4 | ## See Copyright Notice in lua.h |
| 5 | # | 5 | # |
| @@ -15,11 +15,11 @@ | |||
| 15 | # facilities ("strerror" and "locale.h"). Although they are ANSI, | 15 | # facilities ("strerror" and "locale.h"). Although they are ANSI, |
| 16 | # SunOS does not comply; so, add "-DOLD_ANSI" on SunOS | 16 | # SunOS does not comply; so, add "-DOLD_ANSI" on SunOS |
| 17 | # | 17 | # |
| 18 | # define LUA_COMPAT2_5=0 if yous system does not need to be compatible with | 18 | # define LUA_COMPAT2_5 if yous system does need to be compatible with |
| 19 | # version 2.5 (or older) | 19 | # version 2.5 (or older) |
| 20 | 20 | ||
| 21 | CONFIG = -DPOPEN -D_POSIX_SOURCE -DLUA_COMPAT2_5=0 | 21 | CONFIG = -DPOPEN -D_POSIX_SOURCE |
| 22 | #CONFIG = -DLUA_COMPAT2_5=0 -DOLD_ANSI -DDEBUG | 22 | #CONFIG = -DLUA_COMPAT2_5 -DOLD_ANSI -DDEBUG |
| 23 | 23 | ||
| 24 | 24 | ||
| 25 | # Compilation parameters | 25 | # Compilation parameters |
