From: John L. <jr...@us...> - 2006-12-13 06:57:53
|
Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18568/wxLua/modules/wxbindstc/include Modified Files: wxbind.h Log Message: cleanup genwxbind.lua, better var names, builtin -> number or function cleanup wxlprint, wxlhtmlwin Index: wxbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/include/wxbind.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** wxbind.h 13 Dec 2006 00:27:57 -0000 1.14 --- wxbind.h 13 Dec 2006 06:57:50 -0000 1.15 *************** *** 22,28 **** #include "wxlua/include/wxlbind.h" ! #if WXLUA_BINDING_VERSION > 1 # error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings." ! #endif //WXLUA_BINDING_VERSION > 1 // binding class --- 22,28 ---- #include "wxlua/include/wxlbind.h" ! #if WXLUA_BINDING_VERSION > 2 # error "The WXLUA_BINDING_VERSION in the bindings is too old, regenerate bindings." ! #endif //WXLUA_BINDING_VERSION > 2 // binding class |