[macruby-changes] [4252] MacRuby/trunk/rakelib/builder/builder.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Jun 18 22:19:07 PDT 2010


Revision: 4252
          http://trac.macosforge.org/projects/ruby/changeset/4252
Author:   lsansonetti at apple.com
Date:     2010-06-18 22:19:07 -0700 (Fri, 18 Jun 2010)
Log Message:
-----------
trim the parser from static (part 2)

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

Modified: MacRuby/trunk/rakelib/builder/builder.rb
===================================================================
--- MacRuby/trunk/rakelib/builder/builder.rb	2010-06-19 05:15:35 UTC (rev 4251)
+++ MacRuby/trunk/rakelib/builder/builder.rb	2010-06-19 05:19:07 UTC (rev 4252)
@@ -58,7 +58,7 @@
           @ldflags = LDFLAGS
           @objsdir = FULL_OBJS_DIR
         when :static
-          @objs = @all_objs - %w{bs compiler debugger interpreter MacRubyDebuggerConnector}
+          @objs = @all_objs - %w{bs compiler debugger interpreter MacRubyDebuggerConnector parse}
           @archs = ARCHS_STATIC
           @cflags = CFLAGS_STATIC
           @cxxflags = CXXFLAGS_STATIC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100618/664cff54/attachment.html>


More information about the macruby-changes mailing list