test/resources/testproject-android/Rakefile.rb in rake-delphi-0.0.11 vs test/resources/testproject-android/Rakefile.rb in rake-delphi-0.0.12

- old
+ new

@@ -43,9 +43,10 @@ dpr_vars = {} dpr_vars[:bin_path] = options[:bin] || File.expand_path(File.dirname(__FILE__) + '/bin') dpr_vars[:bin] = File.expand_path2(dpr_vars[:bin_path]) dpr.init(Module.nesting, File.expand_path(__FILE__), dpr_vars, 0) + dpr.application[dpr.name + ':dcc32'].namespaces << ';FMX' directory dpr_vars[:bin_path] _task.enhance [dpr_vars[:bin_path], dpr] end