diff builder.d @ 89:467febed7367

* Ignore excre * Some tentative work in grid_layer.d * Give the ScreenModel to all the layers. This needs refinement. * A stroke wouldn't hurt occasionally in cairo_renderer.d
author David Bryant <bagnose@gmail.com>
date Thu, 19 Aug 2010 00:19:42 +0930
parents 06b4504cbcb0
children 069ceb9446ad
line wrap: on
line diff
--- a/builder.d	Wed Aug 18 23:51:43 2010 +0930
+++ b/builder.d	Thu Aug 19 00:19:42 2010 +0930
@@ -944,6 +944,10 @@
     void load(string path) {
         //writefln("loading bundle from %s", path);
 
+        if (path == "What?/excre") {      //
+            return;
+        }
+
         // add path to Global for use when compiling
         Global.bundlePaths ~= path;
         Global.optionsPath = path.join("options");