From: John L. <jr...@us...> - 2006-05-25 01:19:13
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21513/wxLua/bindings/wxwidgets Modified Files: wx_rules.lua Log Message: regen wxluacan bindings cleanup rules files Index: wx_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wx_rules.lua,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** wx_rules.lua 20 May 2006 19:40:19 -0000 1.15 --- wx_rules.lua 25 May 2006 01:19:07 -0000 1.16 *************** *** 22,26 **** output_cpp_filepath = wxlua_dir.."modules/wxbind/src" ! output_cpp_impexpsymbol = "WXDLLIMPEXP_WXBIND" output_cpp_impexpdatasymbol = "WXDLLIMPEXP_DATA_WXBIND" --- 22,30 ---- output_cpp_filepath = wxlua_dir.."modules/wxbind/src" ! --============================================================================= ! -- Set the DLLIMPEXP macros for compiling these bindings into a DLL ! -- Set to "" for no IMPEXP macros ! ! output_cpp_impexpsymbol = "WXDLLIMPEXP_WXBIND" output_cpp_impexpdatasymbol = "WXDLLIMPEXP_DATA_WXBIND" *************** *** 150,154 **** ------------------------------------------------------------------------------- ! -- A list of files that contain bindings that need to be overridden. -- The files are loaded from the interface_filepath. override_fileTable = { "override.hpp" } --- 154,159 ---- ------------------------------------------------------------------------------- ! -- A list of files that contain bindings that need to be overridden or empty ! -- table {} for none. -- The files are loaded from the interface_filepath. override_fileTable = { "override.hpp" } |