From: John L. <jr...@us...> - 2007-06-19 13:58:19
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv31712/wxLua/bindings Modified Files: genwxbind.lua Log Message: AMD64 fixes Index: genwxbind.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v retrieving revision 1.129 retrieving revision 1.130 diff -C2 -d -r1.129 -r1.130 *** genwxbind.lua 18 Jun 2007 21:40:27 -0000 1.129 --- genwxbind.lua 19 Jun 2007 13:58:15 -0000 1.130 *************** *** 872,875 **** --- 872,876 ---- preprocConditionTable["wxUSE_TOOLBOOK"] = "wxUSE_TOOLBOOK" preprocConditionTable["wxUSE_TOOLTIPS"] = "wxUSE_TOOLTIPS" + preprocConditionTable["wxUSE_TREEBOOK"] = "wxUSE_TREEBOOK" preprocConditionTable["wxUSE_TREECTRL"] = "wxUSE_TREECTRL" preprocConditionTable["wxUSE_TREELAYOUT"] = "wxUSE_TREELAYOUT" |