From: John L. <jr...@us...> - 2006-05-25 01:19:11
|
Update of /cvsroot/wxlua/wxLua/bindings/wxstc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21513/wxLua/bindings/wxstc Modified Files: wxstc_rules.lua Log Message: regen wxluacan bindings cleanup rules files Index: wxstc_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxstc/wxstc_rules.lua,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** wxstc_rules.lua 24 May 2006 04:50:00 -0000 1.15 --- wxstc_rules.lua 25 May 2006 01:19:07 -0000 1.16 *************** *** 22,26 **** output_cpp_filepath = wxlua_dir.."modules/wxbindstc/src" ! output_cpp_impexpsymbol = "WXDLLIMPEXP_WXBINDSTC" output_cpp_impexpdatasymbol = "WXDLLIMPEXP_DATA_WXBINDSTC" --- 22,30 ---- output_cpp_filepath = wxlua_dir.."modules/wxbindstc/src" ! --============================================================================= ! -- Set the DLLIMPEXP macros for compiling these bindings into a DLL ! -- Set to "" for no IMPEXP macros ! ! output_cpp_impexpsymbol = "WXDLLIMPEXP_WXBINDSTC" output_cpp_impexpdatasymbol = "WXDLLIMPEXP_DATA_WXBINDSTC" *************** *** 85,89 **** ------------------------------------------------------------------------------- ! -- A list of files that contain bindings that need to be overridden. -- The files are loaded from the interface_filepath. override_fileTable = { "override.hpp" } --- 89,94 ---- ------------------------------------------------------------------------------- ! -- 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" } |