diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-06-23 15:27:53 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1997-06-23 15:27:53 -0300 |
| commit | e81f1841644405845e7de6bd70a0f074cced3d81 (patch) | |
| tree | faa59463440da831f60846d4c689289d3fbdcaf9 /makefile | |
| parent | 3e4327530835f65d3bc089688bd46f44efcddb57 (diff) | |
| download | lua-e81f1841644405845e7de6bd70a0f074cced3d81.tar.gz lua-e81f1841644405845e7de6bd70a0f074cced3d81.tar.bz2 lua-e81f1841644405845e7de6bd70a0f074cced3d81.zip | |
new #define LUA_COMPAT2_5 to select "compatibility mode".
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | # $Id: makefile,v 1.34 1997/06/11 18:57:00 roberto Exp roberto $ | 1 | # $Id: makefile,v 1.35 1997/06/16 16:50:22 roberto Exp roberto $ |
| 2 | 2 | ||
| 3 | #configuration | 3 | #configuration |
| 4 | 4 | ||
| @@ -6,6 +6,8 @@ | |||
| 6 | # define (undefine) _POSIX_SOURCE if your system is (not) POSIX compliant | 6 | # define (undefine) _POSIX_SOURCE if your system is (not) POSIX compliant |
| 7 | #define (undefine) NOSTRERROR if your system does NOT have function "strerror" | 7 | #define (undefine) NOSTRERROR if your system does NOT have function "strerror" |
| 8 | # (although this is ANSI, SunOS does not comply; so, add "-DNOSTRERROR" on SunOS) | 8 | # (although this is ANSI, SunOS does not comply; so, add "-DNOSTRERROR" on SunOS) |
| 9 | # define LUA_COMPAT2_5=0 if yous system does not need to be compatible with | ||
| 10 | # version 2.5 (or older) | ||
| 9 | CONFIG = -DPOPEN -D_POSIX_SOURCE | 11 | CONFIG = -DPOPEN -D_POSIX_SOURCE |
| 10 | # Compilation parameters | 12 | # Compilation parameters |
| 11 | CC = gcc | 13 | CC = gcc |
