Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21377/apps/build/bakefiles
Modified Files:
apps.bkl
Log Message:
get rid of WX_UNICODE and WX_DEBUG (again); removed the 'verbatim' name from modules and apps; added explanatory comments about the naming of our vanilla lua; renamed our lua interpreter to just 'lua' (as for the standard lua distro); now LUA_DIR is set correctly for windows builds; now USE_SYSTEM_LUA and LUA_DIR are passed through subprojects
Index: apps.bkl
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v
retrieving revision 1.45
retrieving revision 1.46
diff -C2 -d -r1.45 -r1.46
*** apps.bkl 19 Dec 2006 21:11:57 -0000 1.45
--- apps.bkl 19 Dec 2006 22:24:11 -0000 1.46
***************
*** 80,84 ****
<!-- ================================================================== -->
! <exe id="app_verbatimlua" template="wxlua">
<app-type>console</app-type>
<dirname>$(WXLUA_BINOUTPUT_PATH)</dirname>
--- 80,84 ----
<!-- ================================================================== -->
! <exe id="app_lua" template="wxlua">
<app-type>console</app-type>
<dirname>$(WXLUA_BINOUTPUT_PATH)</dirname>
***************
*** 98,102 ****
</if>
! <exename>wxlua-lua</exename>
<wxlua-lib>lua</wxlua-lib>
</exe>
--- 98,106 ----
</if>
! <!-- we want as EXE name the standard "lua" name so that when we install
! wxLua we get the lua installed in standard places and with standard names
! (see also the notes in modules.bkl for lua_lib and lua_dll)
! -->
! <exename>lua</exename>
<wxlua-lib>lua</wxlua-lib>
</exe>
|