[ros-diffs] [chorns] 13169: Fix copy/paste error.

chorns at svn.reactos.com chorns at svn.reactos.com
Thu Jan 20 23:24:32 CET 2005


Fix copy/paste error.
Modified:
branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp
  _____  

Modified:
branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp
--- branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp
2005-01-20 22:19:01 UTC (rev 13168)
+++ branches/xmlbuildsystem/reactos/tools/rbuild/backend/mingw/mingw.cpp
2005-01-20 22:24:30 UTC (rev 13169)
@@ -184,7 +184,7 @@

 	fprintf ( fMakefile, "mkdir = tools%crmkdir\n", CSEP );
 	fprintf ( fMakefile, "NUL=NUL\n" );
 	fprintf ( fMakefile, "winebuild = tools" SSEP "winebuild" SSEP
"winebuild\n" );
-	fprintf ( fMakefile, "bin2res = tools" SSEP "winebuild" SSEP
"bin2res\n" );
+	fprintf ( fMakefile, "bin2res = tools" SSEP "bin2res" SSEP
"bin2res\n" );
 	fprintf ( fMakefile, "\n" );
 	GenerateGlobalCFlagsAndProperties (
 		"=",
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050120/28ba0a4c/attachment.html


More information about the Ros-diffs mailing list