From: John L. <jr...@us...> - 2008-01-18 03:43:06
|
Update of /cvsroot/wxlua/wxLua/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv27192/wxLua/build/bakefiles Modified Files: options.bkl Log Message: Update the Lua source to 5.1.3-rc1 Use <set var="VARS_DONT_ELIMINATE" append="1">THREADING</set> so it doesn't get stripped out by bakefile. Index: options.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/options.bkl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** options.bkl 15 Jan 2008 18:37:27 -0000 1.11 --- options.bkl 18 Jan 2008 03:42:59 -0000 1.12 *************** *** 159,162 **** --- 159,165 ---- </if> + <!-- FIXME this var is stripped with forcing it --> + <set var="VARS_DONT_ELIMINATE" append="1">THREADING</set> + <if cond="TARGETING_IDE=='1'"> |