diff builder.d @ 127:1da160a2c373

Chess checkpoint
author David Bryant <bagnose@gmail.com>
date Mon, 12 Dec 2011 18:03:07 +1030
parents 0d427170a805
children 5920bb2ddd0f bc5baa585b32
line wrap: on
line diff
--- a/builder.d	Fri Sep 09 17:17:06 2011 +0930
+++ b/builder.d	Mon Dec 12 18:03:07 2011 +1030
@@ -515,7 +515,7 @@
         writefln("Object    %s", mPath);
         scope cmd = new StringFormatter;
 
-        cmd.format("dmd -m64 -c");
+        cmd.format("dmd -m32 -c");
         foreach (path; Global.bundlePaths) {
             cmd.format(" -I%s", path);
         }
@@ -601,7 +601,7 @@
         writefln("Program   %s", mPath);
         scope cmd = new StringFormatter();
 
-        cmd.format("dmd -m64 -L-L%s", std.path.join(Global.buildPath, "lib"));
+        cmd.format("dmd -m32 -L-L%s", std.path.join(Global.buildPath, "lib"));
         cmd.format(" -of%s %s", mPath, mObject.mPath);
 
         // add the libraries we need