From: John L. <jr...@us...> - 2006-05-25 01:19:11
|
Update of /cvsroot/wxlua/wxLua/bindings/wxluasocket In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv21513/wxLua/bindings/wxluasocket Modified Files: wxluasocket_rules.lua Log Message: regen wxluacan bindings cleanup rules files Index: wxluasocket_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxluasocket/wxluasocket_rules.lua,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wxluasocket_rules.lua 24 May 2006 04:53:46 -0000 1.1 --- wxluasocket_rules.lua 25 May 2006 01:19:07 -0000 1.2 *************** *** 22,25 **** --- 22,29 ---- output_cpp_filepath = wxlua_dir.."modules/wxluasocket/src" + --============================================================================= + -- Set the DLLIMPEXP macros for compiling these bindings into a DLL + -- Set to "" for no IMPEXP macros + output_cpp_impexpsymbol = "WXDLLIMPEXP_WXLUASOCKET" output_cpp_impexpdatasymbol = "WXDLLIMPEXP_DATA_WXLUASOCKET" *************** *** 86,90 **** ------------------------------------------------------------------------------- ! -- A list of files that contain bindings that need to be overridden. -- The files are loaded from the interface_filepath. override_fileTable = { "override.hpp" } --- 90,95 ---- ------------------------------------------------------------------------------- ! -- 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" } |