Displaying 1 result from an estimated 1 matches for "object_rul".
Did you mean:
object_r
2006 Oct 21
0
[702] trunk/wxruby2: Additions to allow faster compiling via a Makefile on dual-processor
...cx">         create_install_task
</span><span class="cx"> end
</span><ins>+
+def create_makefile
+ if ($mswin)
+ out_arg = "/Fo"
+ else
+ out_arg = "-o "
+ end
+
+ object_rules = ""
+
+ all_obj_files_and_extra_obj = all_obj_files + $extra_objs.split('' '')
+ all_obj_files_and_extra_obj.each do |o|
+ obj_no_dir = o.sub(''obj/'','''')
+ rule = "#{o}: src/#{obj_no_dir.sub(''.o'','...