Update of /cvsroot/wxlua/wxLua/modules/wxbind/setup
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4440/wxLua/modules/wxbind/setup
Modified Files:
wxluasetup.h
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: wxluasetup.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/setup/wxluasetup.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** wxluasetup.h 20 May 2006 14:00:48 -0000 1.6
--- wxluasetup.h 24 May 2006 04:50:01 -0000 1.7
***************
*** 66,70 ****
#define wxLUA_USE_wxListBox 1
#define wxLUA_USE_wxListCtrl 1
- #define wxLUA_USE_wxLuaDebugServer 0
#define wxLUA_USE_wxLuaHtmlWindow 1
#define wxLUA_USE_wxLuaPrintout 1
--- 66,69 ----
***************
*** 102,106 ****
#define wxLUA_USE_wxStatusBar 1
#define wxLUA_USE_wxStringList 1
- #define wxLUA_USE_wxStyledTextCtrl 1
#define wxLUA_USE_wxSystemSettings 1
#define wxLUA_USE_wxTabCtrl 0
--- 101,104 ----
|