config

changeset 14
b4e6b167e020
parent 13
a120beb5a2f4
equal deleted inserted replaced
13:a120beb5a2f4 14:b4e6b167e020
15 LIBNAME= $T.so.$V 15 LIBNAME= $T.so.$V
16 # Lua version number 16 # Lua version number
17 # (according to Lua 5.1 definition: 17 # (according to Lua 5.1 definition:
18 # first version digit * 100 + second version digit 18 # first version digit * 100 + second version digit
19 # e.g. Lua 5.0.2 => 500, Lua 5.1 => 501, Lua 5.1.1 => 501) 19 # e.g. Lua 5.0.2 => 500, Lua 5.1 => 501, Lua 5.1.1 => 501)
20 LUA_VERSION_NUM= 500 20 LUA_VERSION_NUM= 502
21 COMPAT_DIR= ../compat/src
22 21
23 # Compilation parameters 22 # Compilation parameters
24 CWARNS = -Wall -pedantic \ 23 CWARNS = -Wall -pedantic \
25 -Waggregate-return \ 24 -Waggregate-return \
26 -Wcast-align \ 25 -Wcast-align \

mercurial