From: John L. <jr...@us...> - 2008-01-17 00:38:09
|
Update of /cvsroot/wxlua/wxLua/apps/build/bakefiles In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv10385/wxLua/apps/build/bakefiles Modified Files: apps.bkl Log Message: For some reason this doesn't work <set var="DEF_wxLUA_USEBINDING_WXADV"> <if cond="USE_WXBINDADV='0'"> wxLUA_USEBINDING_WXADV=0 </if> </set> but this does. <define>wxLUA_USEBINDING_WXADV=$(USE_WXBINDADV)</define> Change is in wxluabase.bkl. Index: apps.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/bakefiles/apps.bkl,v retrieving revision 1.61 retrieving revision 1.62 diff -C2 -d -r1.61 -r1.62 *** apps.bkl 16 Jan 2008 19:54:17 -0000 1.61 --- apps.bkl 17 Jan 2008 00:37:35 -0000 1.62 *************** *** 50,54 **** <!-- a small template which avoid repeating the same tags for all wxLua apps --> ! <template id="wxluaapp" template="wxlua"> <app-type>gui</app-type> <install-to>$(BINDIR)</install-to> --- 50,54 ---- <!-- a small template which avoid repeating the same tags for all wxLua apps --> ! <template id="wxluaapp" template="wxlua_with_bindings"> <app-type>gui</app-type> <install-to>$(BINDIR)</install-to> |