[ros-diffs] [dreimer] 30782: Keep the look and feel by preventing too long texts in a line.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Mon Nov 26 14:49:01 CET 2007


Author: dreimer
Date: Mon Nov 26 16:49:01 2007
New Revision: 30782

URL: http://svn.reactos.org/svn/reactos?rev=30782&view=rev
Log:
Keep the look and feel by preventing too long texts in a line.

Modified:
    trunk/tools/RosBE/RosBE-Windows/Root/Config.cmd

Modified: trunk/tools/RosBE/RosBE-Windows/Root/Config.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Config.cmd?rev=30782&r1=30781&r2=30782&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/Config.cmd (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/Config.cmd Mon Nov 26 16:49:01 2007
@@ -118,10 +118,12 @@
 echo Which CPU ReactOS should be optimized for.
 echo.
 echo Examples:
-echo Intel: i486, i586 / pentium, i686 / pentiumpro, pentium2, pentium3 / pentium3m, pentium-m, pentium4 / pentium4m, prescott, nocona
-echo AMD: k6, k6-2 / k6-3, athlon / athlon-tbird, athlon-4 / athlon-xp / athlon-mp, k8 / opteron / athlon64 / athlon-fx
-echo IDT: winchip-c6, winchip2
-echo VIA: c3, c3-2
+echo Intel: i486, i586 / pentium, i686 / pentiumpro, pentium2, pentium3 / pentium3m
+echo        pentium-m, pentium4 / pentium4m, prescott, nocona
+echo AMD:   k6, k6-2 / k6-3, athlon / athlon-tbird, athlon-4 / athlon-xp / athlon-mp
+echo        k8 / opteron / athlon64 / athlon-fx
+echo IDT:   winchip-c6, winchip2
+echo VIA:   c3, c3-2
 echo Default is: pentium
 echo.
 for /f "usebackq tokens=3" %%i in (`"type "%APPDATA%\RosBE\config.rbuild" | find "OARCH" | find "property name""`) do set OARCH=%%i




More information about the Ros-diffs mailing list