aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-06-23 15:27:53 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1997-06-23 15:27:53 -0300
commite81f1841644405845e7de6bd70a0f074cced3d81 (patch)
treefaa59463440da831f60846d4c689289d3fbdcaf9 /makefile
parent3e4327530835f65d3bc089688bd46f44efcddb57 (diff)
downloadlua-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--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index 7fe53d50..9723ef09 100644
--- a/makefile
+++ b/makefile
@@ -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)
9CONFIG = -DPOPEN -D_POSIX_SOURCE 11CONFIG = -DPOPEN -D_POSIX_SOURCE
10# Compilation parameters 12# Compilation parameters
11CC = gcc 13CC = gcc