]> git.mdlowis.com Git - archive/dlang.git/commitdiff
Re-added build dir
authorMike D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2012 16:23:51 +0000 (11:23 -0500)
committerMike D. Lowis <mike@mdlowis.com>
Thu, 23 Feb 2012 16:23:51 +0000 (11:23 -0500)
rakefile.rb

index 10399255ad2170359986fba2f897e8c17ab5b117..2a16ee528849da5b8b11650ceed15b57a1312765 100644 (file)
@@ -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/**/' ],