Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26453/wxLua/apps/build/bakefiles
Modified Files:
apps.bkl
Log Message:
Updated bakefiles to separate LUA_DIR to LUA_INCLUDE_DIR and LUA_LIB_DIR so
a system Lua's include path can be specified exactly.
Used bakefile-0.2.3
Index: apps.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** apps.bkl 14 Jan 2008 22:58:47 -0000 1.58
--- apps.bkl 15 Jan 2008 18:37:26 -0000 1.59
***************
*** 66,70 ****
<rpath-to>$(WXLUA_LIBDIR)</rpath-to>
! <include>$(WXLUA_BASEDIR)/modules/lua/include</include>
<!-- see modules/build/bakefiles/options.bkl for these -->
--- 66,74 ----
<rpath-to>$(WXLUA_LIBDIR)</rpath-to>
!
! <!--
! Lua is included by $(LUA_INCLUDE_DIR)
! <include>$(WXLUA_BASEDIR)/modules/lua/include</include>
! -->
<!-- see modules/build/bakefiles/options.bkl for these -->
***************
*** 98,102 ****
<!-- we want as EXE name the standard "lua" name so that when we install
! wxLua we also get official Lua installed in standard places and with
standard names (see also the notes in modules.bkl for lua_lib and lua_dll)
-->
--- 102,106 ----
<!-- we want as EXE name the standard "lua" name so that when we install
! wxLua we also get official Lua installed in standard places and with
standard names (see also the notes in modules.bkl for lua_lib and lua_dll)
-->
***************
*** 122,126 ****
<!-- we want as EXE name the standard "luac" name so that when we install
! wxLua we also get official Lua installed in standard places and with
standard names (see also the notes in modules.bkl for lua_lib and lua_dll)
-->
--- 126,130 ----
<!-- we want as EXE name the standard "luac" name so that when we install
! wxLua we also get official Lua installed in standard places and with
standard names (see also the notes in modules.bkl for lua_lib and lua_dll)
-->
|