Modules are built in the intermediate directory.
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp
Modified: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp

Modified: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp
--- branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp	2005-01-20 22:45:22 UTC (rev 13170)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp	2005-01-20 23:05:36 UTC (rev 13171)
@@ -221,7 +221,7 @@
 		module.node.location,
 		module.type );
 	h->Process ( module );
-        h->GenerateDirectoryTargets ();
+	h->GenerateDirectoryTargets ();
 }
 
 string

Modified: branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
--- branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp	2005-01-20 22:45:22 UTC (rev 13170)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/modulehandler.cpp	2005-01-20 23:05:36 UTC (rev 13171)
@@ -946,7 +946,7 @@
 		module.name.c_str () );
 	fprintf ( fMakefile, "%s: %s\n\n",
 		module.name.c_str (),
-		module.GetPath ().c_str () );
+		FixupTargetFilename ( module.GetPath () ).c_str () );
 
 	// future references to the macros will be to get their values
 	cflagsMacro = ssprintf ("$(%s)", cflagsMacro.c_str ());