Author: peterw Date: Mon Dec 11 06:17:35 2006 New Revision: 25124
URL: http://svn.reactos.org/svn/reactos?rev=25124&view=rev Log: - Fix typo ;).
Modified: trunk/tools/mingw-make/makex.cmd
Modified: trunk/tools/mingw-make/makex.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/mingw-make/makex.cmd?rev=2512... ============================================================================== --- trunk/tools/mingw-make/makex.cmd (original) +++ trunk/tools/mingw-make/makex.cmd Mon Dec 11 06:17:35 2006 @@ -1,5 +1,5 @@ @echo off
for /f "usebackq" %%i in (`cpucount -x1`) do set CPUCOUNT=%%i -echo %CPUCOUNT% Processors detected (Automatically doubled). +echo %CPUCOUNT% Processors detected (1 added automatically). mingw32-make -j %CPUCOUNT% %*