Update of /cvsroot/wxlua/wxLua/bindings/wxstc
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4440/wxLua/bindings/wxstc
Modified Files:
stc.i wxstc_datatypes.lua wxstc_rules.lua
Log Message:
move the wxLuaDebugSocket bindings to their own dir and out of wxWidgets bindings
fix using more than two bindings with same namespace
Index: wxstc_rules.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_rules.lua,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** wxstc_rules.lua 20 May 2006 19:40:19 -0000 1.14
--- wxstc_rules.lua 24 May 2006 04:50:00 -0000 1.15
***************
*** 61,65 ****
hook_cpp_binding_header_includes =
"#include \"wx/defs.h\"\n"..
! "#include \"wxbindstc/include/wxbind.h\"\n"..
"#include \"wxbindstc/include/wxbindstcdefs.h\"\n"..
"#ifndef wxUSE_WAVE\n#define wxUSE_WAVE 0\n#endif\n"..
--- 61,65 ----
hook_cpp_binding_header_includes =
"#include \"wx/defs.h\"\n"..
! "#include \"wxbind/include/wxbind.h\"\n"..
"#include \"wxbindstc/include/wxbindstcdefs.h\"\n"..
"#ifndef wxUSE_WAVE\n#define wxUSE_WAVE 0\n#endif\n"..
Index: stc.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/stc.i,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** stc.i 4 Mar 2006 22:35:33 -0000 1.3
--- stc.i 24 May 2006 04:50:00 -0000 1.4
***************
*** 7,12 ****
/////////////////////////////////////////////////////////////////////////////
- %if wxLUA_USE_wxStyledTextCtrl
-
%include "wx/stc/stc.h"
--- 7,10 ----
***************
*** 1079,1081 ****
%endclass
- %endif wxLUA_USE_wxStyledTextCtrl
--- 1077,1078 ----
Index: wxstc_datatypes.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_datatypes.lua,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** wxstc_datatypes.lua 20 May 2006 18:09:01 -0000 1.27
--- wxstc_datatypes.lua 24 May 2006 04:50:00 -0000 1.28
***************
*** 1718,1740 ****
Name = "wxLog",
},
- wxLuaDebugData = {
- Condition = "wxLUA_USE_wxLuaDebugServer",
- DefType = "class",
- Intrinsic = false,
- Name = "wxLuaDebugData",
- },
- wxLuaDebugEvent = {
- BaseClass = "wxEvent",
- Condition = "wxLUA_USE_wxLuaDebugServer",
- DefType = "class",
- Intrinsic = false,
- Name = "wxLuaDebugEvent",
- },
- wxLuaDebugServer = {
- Condition = "wxLUA_USE_wxLuaDebugServer",
- DefType = "class",
- Intrinsic = false,
- Name = "wxLuaDebugServer",
- },
wxLuaHtmlWinTagEvent = {
BaseClass = "wxEvent",
--- 1718,1721 ----
***************
*** 2633,2637 ****
wxStyledTextCtrl = {
BaseClass = "wxControl",
- Condition = "wxLUA_USE_wxStyledTextCtrl",
DefType = "class",
Intrinsic = false,
--- 2614,2617 ----
***************
*** 2640,2644 ****
wxStyledTextEvent = {
BaseClass = "wxCommandEvent",
- Condition = "wxLUA_USE_wxStyledTextCtrl",
DefType = "class",
Intrinsic = false,
--- 2620,2623 ----
***************
*** 3267,3271 ****
wxLUA_USE_wxListBox = "wxLUA_USE_wxListBox",
wxLUA_USE_wxListCtrl = "wxLUA_USE_wxListCtrl",
- wxLUA_USE_wxLuaDebugServer = "wxLUA_USE_wxLuaDebugServer",
wxLUA_USE_wxLuaHtmlWindow = "wxLUA_USE_wxLuaHtmlWindow",
wxLUA_USE_wxLuaPrintout = "wxLUA_USE_wxLuaPrintout",
--- 3246,3249 ----
***************
*** 3303,3307 ****
wxLUA_USE_wxStatusBar = "wxLUA_USE_wxStatusBar",
wxLUA_USE_wxStringList = "wxLUA_USE_wxStringList",
- wxLUA_USE_wxStyledTextCtrl = "wxLUA_USE_wxStyledTextCtrl",
wxLUA_USE_wxSystemSettings = "wxLUA_USE_wxSystemSettings",
wxLUA_USE_wxTabCtrl = "wxLUA_USE_wxTabCtrl",
--- 3281,3284 ----
|