From: John L. <jr...@us...> - 2008-01-29 01:39:30
|
Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28032/wxLua/bindings/wxwidgets Modified Files: wxadv_rules.lua wxaui_rules.lua wxgl_rules.lua wxhtml_rules.lua wxmedia_rules.lua wxnet_rules.lua wxrichtext_rules.lua wxstc_rules.lua wxxml_rules.lua wxxrc_rules.lua Log Message: Try to speed up the build process by having only one cpp file for the smaller bindings using output_single_cpp_binding_file in the rules file. Index: wxrichtext_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxrichtext_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxrichtext_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxrichtext_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxadv_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxadv_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxadv_rules.lua 29 Jan 2008 00:49:10 -0000 1.4 --- wxadv_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxgl_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxgl_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxgl_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxgl_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxstc_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxstc_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxstc_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxstc_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxaui_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxaui_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxaui_rules.lua 29 Jan 2008 00:49:10 -0000 1.4 --- wxaui_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxnet_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxnet_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxnet_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxnet_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxmedia_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxmedia_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxmedia_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxmedia_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxhtml_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxhtml_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxhtml_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxhtml_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxxml_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxxml_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxxml_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxxml_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- Index: wxxrc_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxxrc_rules.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** wxxrc_rules.lua 29 Jan 2008 00:49:11 -0000 1.4 --- wxxrc_rules.lua 29 Jan 2008 01:38:55 -0000 1.5 *************** *** 46,50 **** -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = false -- ---------------------------------------------------------------------------- --- 46,50 ---- -- hook_cpp_binding_filename, as opposed to generating a single cpp file -- for each *.i file plus the hook_cpp_binding_filename file. ! output_single_cpp_binding_file = true -- ---------------------------------------------------------------------------- |