From: Mike D. Lowis Date: Thu, 23 Feb 2012 16:23:51 +0000 (-0500) Subject: Re-added build dir X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=8b99a585b750e7385dce261b8d2c7d9858bbef0e;p=archive%2Fdlang.git Re-added build dir --- diff --git a/rakefile.rb b/rakefile.rb index 1039925..2a16ee5 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -8,6 +8,7 @@ require 'tools/rake_utils/source/tests.rb' # Configuration for the binary artifact DLangParser = Binary.new({ :name => 'dlang', + :output_dir => 'build/parser' :compiler_options => [ '-c', '-Wall', '-Werror', '-o' ], :source_files => [ 'source/**/*.c*' ], :include_dirs => [ 'source/**/' ],