Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26676/wxLua/bindings/wxwidgets
Modified Files:
wx_rules.lua
Log Message:
make using C++ namespaces ns::MyClass work for binding generator
Index: wx_rules.lua
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_rules.lua,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** wx_rules.lua 8 Jun 2006 03:40:46 -0000 1.18
--- wx_rules.lua 9 Jun 2006 03:24:49 -0000 1.19
***************
*** 24,28 ****
--=============================================================================
-- Set the DLLIMPEXP macros for compiling these bindings into a DLL
! -- Set to "" for no IMPEXP macros
output_cpp_impexpsymbol = "WXDLLIMPEXP_WXBIND"
--- 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_WXBIND"
|