Update of /cvsroot/wxlua/wxLua/bindings
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1034/wxLua/bindings
Modified Files:
genwxbind.lua
Log Message:
Finished cleaning up the code, removed all code from internal.h and internal.cpp
and moved it to other files. Do not #include internal.h anymore!
Have the functions in wxLuaState that only call C lua funcs call C helper funcs in wxlstate.cpp
so that you don't have to create a wxLuaState if you don't really need it.
Index: genwxbind.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/genwxbind.lua,v
retrieving revision 1.76
retrieving revision 1.77
diff -C2 -d -r1.76 -r1.77
*** genwxbind.lua 24 Jul 2006 20:26:10 -0000 1.76
--- genwxbind.lua 28 Aug 2006 05:26:19 -0000 1.77
***************
*** 3895,3899 ****
table.insert(fileData, "#include \"wxlua/include/wxlstate.h\"\n")
table.insert(fileData, "#include \"wxlua/include/wxlbind.h\"\n")
- table.insert(fileData, "#include \"wxlua/include/internal.h\"\n\n")
if hook_bind_condition then
--- 3895,3898 ----
|