Displaying 2 results from an estimated 2 matches for "delete_files_in".
2004 Jul 20
6
The great MSVC wxruby-swig bug hunt!
Hi everyone,
As Kevin has just announced, wxruby-swig has been moved into CVS as a
toplevel project. It still is not in a "releasable" form yet, but it now
builds on more systems than it doesn''t, and is moving towards stability.
Because of the complexity of the build environment, we''re using rake
(http://rake.rubyforge.org) as a build system instead of the standard
2006 Oct 21
0
[702] trunk/wxruby2: Additions to allow faster compiling via a Makefile on dual-processor
... 2006-10-21 15:23:14 UTC (rev 701)
+++ trunk/wxruby2/rakefile        2006-10-21 19:17:56 UTC (rev 702)
</span><span class="lines">@@ -101,6 +101,13 @@
</span><span class="cx"> delete_files_in($obj_dir)
</span><span class="cx"> #force_rmdir($obj_dir)
</span><span class="cx"> end
</span><ins>+
+        desc "Experimental generation of Makefile so can use...