Fix linker script parameter location. Spotted by Hartmut Birr.
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
_____
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
--- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
2005-10-24 20:00:48 UTC (rev 18759)
+++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.cpp
2005-10-24 21:08:08 UTC (rev 18760)
@@ -1448,7 +1448,7 @@
killAt.c_str () );
fprintf ( fMakefile,
- "\t%s %s %s -o %s %s %s %s %s\n",
+ "\t%s %s %s %s -o %s %s %s %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),
@@ -1470,7 +1470,7 @@
else
{
fprintf ( fMakefile,
- "\t%s %s -o %s %s %s %s %s\n",
+ "\t%s %s %s -o %s %s %s %s\n",
linker.c_str (),
linkerParameters.c_str (),
linkerScriptArgument.c_str (),
Show replies by date