From: John L. <jr...@us...> - 2006-05-24 04:50:11
|
Update of /cvsroot/wxlua/wxLua/modules/wxbindstc/include In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv4440/wxLua/modules/wxbindstc/include Modified Files: wxbind.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: wxbind.h =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/wxbindstc/include/wxbind.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** wxbind.h 20 May 2006 19:40:19 -0000 1.8 --- wxbind.h 24 May 2006 04:50:01 -0000 1.9 *************** *** 12,16 **** #include "wx/defs.h" ! #include "wxbindstc/include/wxbind.h" #include "wxbindstc/include/wxbindstcdefs.h" #ifndef wxUSE_WAVE --- 12,16 ---- #include "wx/defs.h" ! #include "wxbind/include/wxbind.h" #include "wxbindstc/include/wxbindstcdefs.h" #ifndef wxUSE_WAVE *************** *** 41,68 **** extern WXDLLIMPEXP_WXBINDSTC bool wxLuaBinding_wxstc_init(); - - #if wxLUA_USE_wxStyledTextCtrl #include "wx/stc/stc.h" - #endif - // Lua Tag Method Values for each Class - - #if wxLUA_USE_wxStyledTextCtrl extern WXDLLIMPEXP_DATA_WXBINDSTC(int) s_wxluatag_wxStyledTextCtrl; extern WXDLLIMPEXP_DATA_WXBINDSTC(int) s_wxluatag_wxStyledTextEvent; - #endif - // Method Table - - #if wxLUA_USE_wxStyledTextCtrl extern WXDLLIMPEXP_WXBINDSTC WXLUAMETHOD* wxStyledTextCtrl_methods; extern WXDLLIMPEXP_DATA_WXBINDSTC(int) wxStyledTextCtrl_methodCount; extern WXDLLIMPEXP_WXBINDSTC WXLUAMETHOD* wxStyledTextEvent_methods; extern WXDLLIMPEXP_DATA_WXBINDSTC(int) wxStyledTextEvent_methodCount; - #endif - --- 41,56 ---- |