[macruby-changes] [2633] MacRuby/trunk/rakelib/builder.rake

source_changes at macosforge.org source_changes at macosforge.org
Thu Sep 24 23:31:23 PDT 2009


Revision: 2633
          http://trac.macosforge.org/projects/ruby/changeset/2633
Author:   lsansonetti at apple.com
Date:     2009-09-24 23:31:22 -0700 (Thu, 24 Sep 2009)
Log Message:
-----------
added date.rb to the aot list

Modified Paths:
--------------
    MacRuby/trunk/rakelib/builder.rake

Modified: MacRuby/trunk/rakelib/builder.rake
===================================================================
--- MacRuby/trunk/rakelib/builder.rake	2009-09-25 06:31:03 UTC (rev 2632)
+++ MacRuby/trunk/rakelib/builder.rake	2009-09-25 06:31:22 UTC (rev 2633)
@@ -346,7 +346,7 @@
   perform_extensions_target(:all)
 end
 
-AOT_STDLIB = ['rbconfig.rb', 'lib/irb.rb', 'lib/irb/**/*.rb', 'lib/fileutils.rb']
+AOT_STDLIB = ['rbconfig.rb', 'lib/date.rb', 'lib/date/**/*.rb', 'lib/irb.rb', 'lib/irb/**/*.rb', 'lib/fileutils.rb']
 desc "AOT compile parts of the stdlib"
 task :aot_compile_stdlib => [:miniruby, 'macruby:dylib'] do
   AOT_STDLIB.each do |pat|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20090924/9fcaac33/attachment-0001.html>


More information about the macruby-changes mailing list