test/resources/testproject-android/Rakefile.rb in rake-delphi-0.0.31 vs test/resources/testproject-android/Rakefile.rb in rake-delphi-0.0.32
- old
+ new
@@ -27,9 +27,10 @@
desc 'Preparation'
task :prepare, :useresources, :options do |t, opts|
fail 'Cannot compile this project with Delphi below XE5' if Rake::Delphi::EnvVariables.delphi_version < Rake::Delphi::DELPHI_VERSION_XE5
_task = Rake::Task['test_android:compile']
dpr = Rake.application.define_task(Rake::Delphi::Project, (_task.name + ':delphi').to_sym)
+ dpr[:quiet] = true
dpr[:resources_additional] = 'resources' if opts[:useresources]
dpr[:platform_configuration] = 'Debug'
dpr[:platform] = 'Android32'
# always use library path for Android
dpr[:uselibrarypath] = true