From: John L. <jr...@us...> - 2008-01-25 23:51:27
|
Update of /cvsroot/wxlua/wxLua/apps/build/msvc8 In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1159/wxLua/apps/build/msvc8 Modified Files: apps_app_wxluacan.vcproj Log Message: - Removed the wxLuaBinding::PreRegister() and PostRegister() functions and made RegisterBinding() virtual Note: wxLuaBinding::RegisterBinding() now leaves the Lua table that the binding objects were installed into on the stack. You must pop it. * The rules.lua for genwxbind.lua now uses wxLuaBinding_class_declaration and wxLuaBinding_class_implementation to replace wxLuaBinding_preregister and wxLuaBinding_postregister. You may now add whatever you like to the class declaration and implementation source code. Updated to Lua 5.1.3 official Index: apps_app_wxluacan.vcproj =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/build/msvc8/apps_app_wxluacan.vcproj,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** apps_app_wxluacan.vcproj 20 Jan 2008 22:40:05 -0000 1.13 --- apps_app_wxluacan.vcproj 25 Jan 2008 23:50:44 -0000 1.14 *************** *** 1551,1555 **** /> <File ! RelativePath="..\..\wxluacan\src\wxluacan.h" /> </Filter> --- 1551,1555 ---- /> <File ! RelativePath="..\..\wxluacan\src\wxluacan_bind.h" /> </Filter> |