Revision: 4309 http://trac.macosforge.org/projects/ruby/changeset/4309 Author: lsansonetti@apple.com Date: 2010-06-29 21:30:24 -0700 (Tue, 29 Jun 2010) Log Message: ----------- s/languages/language Modified Paths: -------------- MacRuby/trunk/rubyc.1 Modified: MacRuby/trunk/rubyc.1 =================================================================== --- MacRuby/trunk/rubyc.1 2010-06-30 02:33:35 UTC (rev 4308) +++ MacRuby/trunk/rubyc.1 2010-06-30 04:30:24 UTC (rev 4309) @@ -65,7 +65,7 @@ .It Fl -static Create a standalone, static executable. By default, executables created by .Nm macrubyc -are dynamically linked against the MacRuby runtime. This option will generate executables that are statically linked against the MacRuby runtime, significantly increasing the binary size but allowing its distribution on environments where MacRuby is not installed. This option can only be used when creating executables. Some features of the Ruby languages are disabled when using this option. +are dynamically linked against the MacRuby runtime. This option will generate executables that are statically linked against the MacRuby runtime, significantly increasing the binary size but allowing its distribution on environments where MacRuby is not installed. This option can only be used when creating executables. Some features of the Ruby language are disabled when using this option. .Pp .It Fl -framework Ar name Use a given framework during compilation and link. This also activates pre-compilation of the BridgeSupport metadata in the generated binary. This option is only used with --static. The Foundation framework is pre-included.