diff rakefile @ 113:fb3aa8075988

D2 support for the linux port.
author Jacob Carlborg <doob@me.com>
date Wed, 06 Apr 2011 21:57:23 +0200
parents 9f4c18c268b2
children 536e43f63c81
line wrap: on
line diff
--- a/rakefile	Wed Mar 16 21:53:53 2011 +0900
+++ b/rakefile	Wed Apr 06 21:57:23 2011 +0200
@@ -138,7 +138,7 @@
         rsp.puts "-g"
     end
     Find.find( srcdir_abs ) do |path|
-        if path =~ /\.d$/ then
+        if path =~ /\.d$/ && path !~ /browser|mozilla/ then
             rsp.puts win_path(path)[ srcdir_abs.size+1 .. -1 ]
         end
     end