combining macrubyc with xcode
How do I combine compilation with macrubyc and xcode? I would like to use macrubyc in the Release configuration, to avoid distributing Ruby source code files. Thanks, Joel --- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
Build the Compile target. The target calls the macruby_deploy command-line tool, which calls macrubyc for you. You can pass --help in the command-line for more details. Laurent On Jan 10, 2011, at 3:51 PM, Joel Reymont wrote:
How do I combine compilation with macrubyc and xcode?
I would like to use macrubyc in the Release configuration, to avoid distributing Ruby source code files.
Thanks, Joel
--- http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (2)
-
Joel Reymont
-
Laurent Sansonetti