From: John L. <jr...@us...> - 2008-01-29 00:49:20
|
Update of /cvsroot/wxlua/wxLua/modules/wxluasocket/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8389/wxLua/modules/wxluasocket/include Modified Files: wxluasocket_bind.h Log Message: FIX mistake in making wxLuaState::LuaPCall() clear the stack. Cleanup to the *.i files, add output_single_cpp_binding_file to have only one cpp file generated. Add wxFileSystem and it's handlers. Index: wxluasocket_bind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluasocket/include/wxluasocket_bind.h,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** wxluasocket_bind.h 25 Jan 2008 23:50:54 -0000 1.34 --- wxluasocket_bind.h 29 Jan 2008 00:49:16 -0000 1.35 *************** *** 1,7 **** // --------------------------------------------------------------------------- ! // wxluasocket.h - headers and tags for wxLua binding // // This file was generated by genwxbind.lua ! // Any changes made to this file may be lost when file is regenerated // --------------------------------------------------------------------------- --- 1,7 ---- // --------------------------------------------------------------------------- ! // wxluasocket.h - headers and wxLua types for wxLua binding // // This file was generated by genwxbind.lua ! // Any changes made to this file will be lost when the file is regenerated // --------------------------------------------------------------------------- *************** *** 12,16 **** #include "wxluasocket/include/wxluasocketdefs.h" #include "wxbind/include/wxcore_bind.h" - #include "wxluasocket/include/wxluasocket_bind.h" #include "wxlua/include/wxlstate.h" --- 12,15 ---- |