mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 11:24:06 +00:00
Don't echo executable name of test
svn path=/branches/xmlbuildsystem/; revision=15435
This commit is contained in:
parent
d04bf21da0
commit
19e160bf46
1 changed files with 1 additions and 1 deletions
|
@ -1754,7 +1754,7 @@ MingwModuleHandler::GenerateRules ()
|
||||||
if ( module.type == Test )
|
if ( module.type == Test )
|
||||||
{
|
{
|
||||||
fprintf ( fMakefile,
|
fprintf ( fMakefile,
|
||||||
"\t%s\n",
|
"\t@%s\n",
|
||||||
targetMacro.c_str ());
|
targetMacro.c_str ());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue