Index: /trunk/config.w32
===================================================================
--- /trunk/config.w32	(revision 355)
+++ /trunk/config.w32	(revision 412)
@@ -80,7 +80,7 @@
 
 	var mfo = file_get_contents(mfofile);
-	mfo.match(/(.*\\xcache)\\xcache.obj/);
+	mfo.match(/(.*)\\xcache.obj:/);
 	var builddir = RegExp.$1;
-	mfo.match(/(.*\$\(CC\).* )\/c.*\\xcache\\xcache.c.*/i);
+	mfo.match(/(.*\$\(CC\).* )\/c.*\\xcache.c.*/i);
 	var ccrule = RegExp.$1;
 
