diff rakefile @ 8:2847134a5fc0

more tango abstraction
author Frank Benoit <benoit@tionex.de>
date Thu, 05 Mar 2009 15:12:35 +0100
parents 4c0057e71936
children bc29606a740c
line wrap: on
line diff
--- a/rakefile	Thu Mar 05 00:21:10 2009 +0100
+++ b/rakefile	Thu Mar 05 15:12:35 2009 +0100
@@ -6,7 +6,8 @@
 require 'find'
 require 'fileutils'
 
-DMD="dmd.exe"
+#DMD="c:\\project\\dmd-2.026\\dmd\\windows\\bin\\dmd.exe"
+DMD="dmd"
 LOCALOBJDIR="obj"
 OBJDIR="obj"
 DIMPDIR="imp"
@@ -41,7 +42,6 @@
     end
     rsp.puts "-c"
     rsp.puts "-op"
-    rsp.puts "-version=TANGOSVN"
     Find.find( srcdir_abs ) do |path|
         if path =~ /\.d$/ then
             rsp.puts path.to_path