From: Mike D. Lowis Date: Thu, 23 Feb 2012 16:25:21 +0000 (-0500) Subject: Updated rakefile to use new rake_utils tool X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e4d17e965229346e866a09e3a1ddbcac396b991b;p=archive%2Fdlang.git Updated rakefile to use new rake_utils tool --- diff --git a/build/DUMMY b/build/DUMMY new file mode 100644 index 0000000..e69de29 diff --git a/rakefile.rb b/rakefile.rb index 2a16ee5..0b374aa 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -8,7 +8,7 @@ require 'tools/rake_utils/source/tests.rb' # Configuration for the binary artifact DLangParser = Binary.new({ :name => 'dlang', - :output_dir => 'build/parser' + :output_dir => 'build/parser', :compiler_options => [ '-c', '-Wall', '-Werror', '-o' ], :source_files => [ 'source/**/*.c*' ], :include_dirs => [ 'source/**/' ],