changeset 30:1cd0d4c7258e

misc changes
author zzzzrrr <mason.green@gmail.com>
date Mon, 30 Mar 2009 16:16:58 -0400
parents da11cc30423f
children 55eb66672c03
files build-dmd-win.bat ships/ship.d test/wrap.d
diffstat 3 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/build-dmd-win.bat	Mon Mar 30 15:35:54 2009 -0400
+++ b/build-dmd-win.bat	Mon Mar 30 16:16:58 2009 -0400
@@ -1,3 +1,3 @@
-jake -I.. -I../blaze -I../xf/ext zlib.lib -inline -release -O openmelee.d
-::rebuild -I.. -I../blaze -I../xf/ext zlib.lib -inline -release -O openmelee.d
+jake -I.. -I../blaze -I../miniD -inline -release -O openmelee.d
+::rebuild -I.. -I../blaze -I../miniD -inline -release -O openmelee.d
 
--- a/ships/ship.d	Mon Mar 30 15:35:54 2009 -0400
+++ b/ships/ship.d	Mon Mar 30 16:16:58 2009 -0400
@@ -44,10 +44,10 @@
 import blaze.collision.shapes.bzPolygon : bzPolyDef, bzPolygon;
 import blaze.collision.shapes.bzCircle : bzCircleDef;
 
-alias LinkedList!(bzShape) ShapeList;
+import openmelee.ai.utilities : randomRange;
+//import openmelee.test.wrap;
 
-import openmelee.ai.utilities : randomRange;
-import openmelee.test.wrap;
+alias LinkedList!(bzShape) ShapeList;
 
 struct State 
 {
--- a/test/wrap.d	Mon Mar 30 15:35:54 2009 -0400
+++ b/test/wrap.d	Mon Mar 30 16:16:58 2009 -0400
@@ -17,7 +17,7 @@
 
 mixin(mdxpose(`bzVec2`, `
 	x|y|
-	_ctor overload bzVec function(float, float)
+	_ctor overload bzVec2 function(float, float)
 `));
 
 void initMD(MDThread* t) {