From: John L. <jr...@us...> - 2006-06-09 03:24:53
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26676/wxLua/bindings/wxstc Modified Files: wxstc_rules.lua Log Message: make using C++ namespaces ns::MyClass work for binding generator Index: wxstc_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_rules.lua,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** wxstc_rules.lua 8 Jun 2006 03:22:07 -0000 1.17 --- wxstc_rules.lua 9 Jun 2006 03:24:49 -0000 1.18 *************** *** 24,28 **** --============================================================================= -- Set the DLLIMPEXP macros for compiling these bindings into a DLL ! -- Set to "" for no IMPEXP macros output_cpp_impexpsymbol = "WXDLLIMPEXP_WXBINDSTC" --- 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_WXBINDSTC" |