From: John L. <jr...@us...> - 2008-01-29 01:39:30
|
Update of /cvsroot/wxlua/wxLua/bindings/wxlua In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv28032/wxLua/bindings/wxlua Modified Files: wxlua_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: wxlua_rules.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/bindings/wxlua/wxlua_rules.lua,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wxlua_rules.lua 29 Jan 2008 00:49:10 -0000 1.5 --- wxlua_rules.lua 29 Jan 2008 01:38:55 -0000 1.6 *************** *** 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 -- ---------------------------------------------------------------------------- |