aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-darwin.inc
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-01-27 23:51:05 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-01-27 23:51:05 +0000
commitc68fcc48207a7b23393a9bc07f72570de8fcef86 (patch)
tree4603f3a5d17496a6a49e67e56999aa6801833578 /src/config-darwin.inc
parent045356f498df75c1d87a56512d655e6fc9f77558 (diff)
downloadusdx-c68fcc48207a7b23393a9bc07f72570de8fcef86.tar.gz
usdx-c68fcc48207a7b23393a9bc07f72570de8fcef86.tar.xz
usdx-c68fcc48207a7b23393a9bc07f72570de8fcef86.zip
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
Diffstat (limited to 'src/config-darwin.inc')
-rw-r--r--src/config-darwin.inc7
1 files changed, 6 insertions, 1 deletions
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}