Modify RosBE ARM Default Color to something more useful

Update Changelog
Update Setup

svn path=/trunk/tools/RosBE/; revision=1175
This commit is contained in:
Daniel Reimer 2010-02-05 06:49:01 +00:00
parent d51921662d
commit 36170af99d
6 changed files with 5 additions and 4 deletions

View File

@ -26,7 +26,7 @@ if ("$args" -eq "") {
if ("$ENV:ROS_ARCH" -eq "amd64") {
(Get-Host).UI.RawUI.ForegroundColor = 0xB
} elseif ("$ENV:ROS_ARCH" -eq "arm") {
(Get-Host).UI.RawUI.ForegroundColor = 0x9
(Get-Host).UI.RawUI.ForegroundColor = 0xE
} else {
(Get-Host).UI.RawUI.ForegroundColor = 0xA
}

View File

@ -7,6 +7,7 @@
- Updated MinGW Runtime to 3.17 (Daniel Reimer)
- Updated w32api to 3.14 (Daniel Reimer)
- Updated NSIS to 2.46 (Daniel Reimer)
- Updated SVN to 1.6.9 (Daniel Reimer)
- Added Remake Command (Daniel Reimer)
- Added kdbg Command (Jan Roeloffzen, Daniel Reimer)
- Replaced raddr2line with log2lines v1.11 (Jan Roeloffzen, Daniel Reimer)

Binary file not shown.

View File

@ -56,7 +56,7 @@ set LIBRARY_PATH=
if "%ROS_ARCH%" == "amd64" (
color 0B
) else if "%ROS_ARCH%" == "arm" (
color 09
color 0E
)
:: Load the user's options if any
if "%ROS_ARCH%" == "i386" (

View File

@ -211,7 +211,7 @@ Section "Subversion Tools (svn, ssvn)" SEC04
File /r Components\Tools\libeay32.dll
File /r Components\Tools\ssleay32.dll
File /r Components\Tools\libaprutil-1.dll
File /r Components\Tools\libdb44.dll
File /r Components\Tools\libdb41.dll
File /r Components\Tools\libapriconv-1.dll
File /r Components\Tools\libsasl.dll
File /r Components\Tools\libsvn_client-1.dll

View File

@ -443,7 +443,7 @@ VOID LoadSettings(POPTIONS_DLG infoPtr)
}
else if (arm)
{
LoadedSettings->foreground = 0x9;
LoadedSettings->foreground = 0xe;
}
else
{