From: John L. <jr...@us...> - 2006-06-09 03:25:00
|
Update of /cvsroot/wxlua/wxLua/bindings/wxluasocket In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26676/wxLua/bindings/wxluasocket Modified Files: wxluasocket.i wxluasocket_rules.lua Log Message: make using C++ namespaces ns::MyClass work for binding generator Index: wxluasocket_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/wxluasocket_rules.lua,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** wxluasocket_rules.lua 8 Jun 2006 03:22:07 -0000 1.3 --- wxluasocket_rules.lua 9 Jun 2006 03:24:49 -0000 1.4 *************** *** 24,28 **** --============================================================================= -- Set the DLLIMPEXP macros for compiling these bindings into a DLL ! -- Set to "" for no IMPEXP macros output_cpp_impexpsymbol = "WXDLLIMPEXP_WXLUASOCKET" --- 24,28 ---- --============================================================================= -- Set the DLLIMPEXP macros for compiling these bindings into a DLL ! -- Use "WXLUA_NO_DLLIMPEXP" and "WXLUA_NO_DLLIMPEXP_DATA" for no IMPEXP macros output_cpp_impexpsymbol = "WXDLLIMPEXP_WXLUASOCKET" Index: wxluasocket.i =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/wxluasocket.i,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxluasocket.i 24 May 2006 04:53:46 -0000 1.1 --- wxluasocket.i 9 Jun 2006 03:24:49 -0000 1.2 *************** *** 8,14 **** // ============================================================================ - //----------------------------------------------------------------------------- - // wxLuaDebugServer - %include "wx/defs.h" %include "wx/object.h" --- 8,11 ---- *************** *** 16,19 **** --- 13,20 ---- %include "wxlua/include/wxlstate.h" %include "wxlua/include/wxlbind.h" + + //----------------------------------------------------------------------------- + // wxLuaDebugServer + %include "wxluasocket/include/wxldserv.h" |