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.inc.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/config.inc.in') diff --git a/src/config.inc.in b/src/config.inc.in index a901a5fa..073b59b3 100644 --- a/src/config.inc.in +++ b/src/config.inc.in @@ -6,7 +6,12 @@ {* Libraries *} {$IF Defined(IncludeConstants)} - lua_lib_name = '@lua_LIB_NAME@'; + lua_lib_name = '@lua_LIB_NAME@'; + LUA_VERSION_INT = '@lua_VERSION_INT@'; + LUA_VERSION_RELEASE = '@lua_VERSION_RELEASE@'; + LUA_VERSION_MINOR = '@lua_VERSION_MINOR@'; + LUA_VERSION_MAJOR = '@lua_VERSION_MAJOR@'; + LUA_VERSION = '@lua_VERSION@'; {$IFEND} {$@DEFINE_HAVE_FFMPEG@ HaveFFmpeg} -- cgit v1.2.3