From c68fcc48207a7b23393a9bc07f72570de8fcef86 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 27 Jan 2013 23:51:05 +0000 Subject: add version number treatment for lua. The headers still need fixes for version 5.2 git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2936 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/config-darwin.inc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/config-darwin.inc') diff --git a/src/config-darwin.inc b/src/config-darwin.inc index 3d7aa374..345f0ed9 100644 --- a/src/config-darwin.inc +++ b/src/config-darwin.inc @@ -6,7 +6,12 @@ {* Libraries *} {$IF Defined(IncludeConstants)} - lua_lib_name = 'lua'; + lua_lib_name = 'lua'; + LUA_VERSION_INT = '5001004'; + LUA_VERSION_RELEASE = '4'; + LUA_VERSION_MINOR = '1'; + LUA_VERSION_MAJOR = '5'; + LUA_VERSION = '5.1.4'; {$IFEND} {$DEFINE HaveFFmpeg} -- cgit v1.2.3