Update of /cvsroot/wxlua/wxLua/apps/build/msvc6
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1159/wxLua/apps/build/msvc6
Modified Files:
apps_app_wxluacan.dsp
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.dsp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/build/msvc6/apps_app_wxluacan.dsp,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** apps_app_wxluacan.dsp 20 Jan 2008 22:40:04 -0000 1.13
--- apps_app_wxluacan.dsp 25 Jan 2008 23:50:44 -0000 1.14
***************
*** 509,513 ****
# Begin Source File
! SOURCE=..\..\wxluacan\src\wxluacan.h
# End Source File
# End Group
--- 509,513 ----
# Begin Source File
! SOURCE=..\..\wxluacan\src\wxluacan_bind.h
# End Source File
# End Group
|