lib/flashsdk/compiler_base.rb in flashsdk-1.0.22.pre vs lib/flashsdk/compiler_base.rb in flashsdk-1.0.23.pre

- old
+ new

@@ -865,11 +865,11 @@ # # To add the contents of a SWC file to the entity search, use # the {#library_path} option. # # The source path is also used as the search path for the component - # compiler's {#include_classes} and {linclude_resource_bundles} options. + # compiler's {#includes} and {#resource_bundle_list} options. # # desc "Compile the Application" # mxmlc 'bin/SomeProject.swf' do |t| # t.input = 'src/SomeProject.mxml' # t.source_path << 'src' @@ -880,12 +880,12 @@ add_param :source_path, Paths add_param_alias :sp, :source_path ## - # Statically link the libraries specified by the {#runtime_shared_libraries_path} option. + # Statically link the libraries specified by the {#runtime_shared_libraries} option. # - # @see #runtime_shared_libraries_path + # @see #runtime_shared_libraries # add_param :static_link_runtime_shared_libraries, Boolean, { :default => true } ## # Alias for {#static_link_runtime_shared_libraries}