Skip to content

Commit

Permalink
Adds include_resource_bundles param for mxmlc
Browse files Browse the repository at this point in the history
  • Loading branch information
Moses Gunesch committed Jul 2, 2012
1 parent 909ce64 commit b2c2d2e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/flashsdk/mxmlc.rb
Expand Up @@ -96,6 +96,13 @@ class MXMLC < CompilerBase
# This must be the last item in this list # This must be the last item in this list
add_param :input, File, { :required => true, :hidden_name => true } add_param :input, File, { :required => true, :hidden_name => true }


##
# Specifies the resource bundles to include when compiling a locale SWF. All resource bundles specified with this option must be in the compiler's source path. You specify this using the source-path compiler option.
#
# For more information on using resource bundles, see Localizing Flex Applications (http://livedocs.adobe.com/flex/201/html/l10n_076_1.html#129288) in Flex 2 Developer's Guide.
#
add_param :include_resource_bundles, Files

## ##
# The default prefix for shell params. # The default prefix for shell params.
set :default_prefix, '-' set :default_prefix, '-'
Expand Down

0 comments on commit b2c2d2e

Please sign in to comment.