From: John L. <jr...@us...> - 2005-11-25 02:43:10
|
Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25355/wxLua/modules/wxluadebug/include Modified Files: debug.h splttree.h staktree.h Log Message: started to break up internal.cpp into wxlstate, wxlcallb... rename library.h/cpp to wxlhandl since it only contains wxLuaHandler remove wxLuaApp code, it doesn't exist anymore compiles and runs in linux Index: staktree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/staktree.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** staktree.h 17 Nov 2005 05:51:20 -0000 1.3 --- staktree.h 25 Nov 2005 02:43:02 -0000 1.4 *************** *** 15,19 **** #endif ! #include "wxlua/include/defs.h" #include "wxluadebug/include/splttree.h" --- 15,19 ---- #endif ! #include "wxlua/include/wxldefs.h" #include "wxluadebug/include/splttree.h" Index: debug.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/debug.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** debug.h 7 Jun 2005 04:17:40 -0000 1.2 --- debug.h 25 Nov 2005 02:43:02 -0000 1.3 *************** *** 30,34 **** #include "wx/treectrl.h" ! #include "wxlua/include/defs.h" class WXDLLIMPEXP_WXLUA wxLuaDebugData; --- 30,34 ---- #include "wx/treectrl.h" ! #include "wxlua/include/wxldefs.h" class WXDLLIMPEXP_WXLUA wxLuaDebugData; *************** *** 244,248 **** wxLuaDebugEvent(); wxLuaDebugEvent(int eventType); ! wxLuaDebugEvent(int eventType, int lineNumber, const wxString &fileName, --- 244,248 ---- wxLuaDebugEvent(); wxLuaDebugEvent(int eventType); ! wxLuaDebugEvent(int eventType, int lineNumber, const wxString &fileName, Index: splttree.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/splttree.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** splttree.h 7 Jun 2005 04:17:40 -0000 1.2 --- splttree.h 25 Nov 2005 02:43:02 -0000 1.3 *************** *** 20,24 **** #endif ! #include "wxlua/include/defs.h" #include "wx/treectrl.h" #include "wx/splitter.h" --- 20,24 ---- #endif ! #include "wxlua/include/wxldefs.h" #include "wx/treectrl.h" #include "wx/splitter.h" |