From: John L. <jr...@us...> - 2007-06-27 19:57:05
|
Update of /cvsroot/wxlua/wxLua/bindings In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18874/wxLua/bindings Modified Files: genidocs_rules.lua genwxbind.lua Log Message: Add wxDynamicLibrary and friends to bindings Index: genidocs_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genidocs_rules.lua,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** genidocs_rules.lua 19 Jun 2007 22:26:45 -0000 1.3 --- genidocs_rules.lua 27 Jun 2007 19:56:27 -0000 1.4 *************** *** 104,107 **** --- 104,108 ---- ["wxCSConv"] = "Lua uses ANSI 8-bit strings", ["wxDirTraverser"] = "Use wxDir::GetFirst() and GetNext()", + ["wxDllLoader"] = "Deprecated since version 2.4, see wxDynamicLibrary", ["wxEncodingConverter"] = "Lua uses ANSI 8-bit strings", ["wxHashMap"] = "Lua tables are hash tables", Index: genwxbind.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v retrieving revision 1.137 retrieving revision 1.138 diff -C2 -d -r1.137 -r1.138 *** genwxbind.lua 27 Jun 2007 14:29:54 -0000 1.137 --- genwxbind.lua 27 Jun 2007 19:56:27 -0000 1.138 *************** *** 954,957 **** --- 954,958 ---- preprocConditionTable["wxLUA_USE_wxDisplay"] = "wxLUA_USE_wxDisplay" preprocConditionTable["wxLUA_USE_wxDragDrop"] = "wxLUA_USE_wxDragDrop" + preprocConditionTable["wxLUA_USE_wxDynamicLibrary"] = "wxLUA_USE_wxDynamicLibrary" preprocConditionTable["wxLUA_USE_wxFile"] = "wxLUA_USE_wxFile" preprocConditionTable["wxLUA_USE_wxFileDialog"] = "wxLUA_USE_wxFileDialog" |