Author: dreimer Date: Fri Jan 29 10:07:54 2010 New Revision: 45317
URL: http://svn.reactos.org/svn/reactos?rev=45317&view=rev Log: Update README.odt Add kdbg to the setup script
Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.odt trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.odt URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/READ... ============================================================================== Binary files - no diff available.
Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.nsi... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] Fri Jan 29 10:07:54 2010 @@ -257,14 +257,16 @@ File /r Components\Tools\gdbserver.exe SectionEnd
-Section "relAddr2Line Tool" SEC08 +Section "relAddr2Line / kdbg Tools" SEC08 SetShellVarContext current SetOutPath "$INSTDIR" SetOverwrite try ${If} $R4 = '6.1' File /r Components\Powershell\reladdr2line.ps1 + File /r Components\Powershell\kdbg.ps1 ${else} File /r Root\raddr2line.cmd + File /r Root\kdbg.cmd ${Endif} SetOutPath "$INSTDIR\Tools" SetOverwrite try @@ -327,6 +329,7 @@ File /r Root\Config.cmd File /r Root\options.cmd File /r Root\Remake.cmd + File /r Root\kdbg.cmd File /r Root\raddr2line.cmd File /r Root\scut.cmd File /r Root\sSVN.cmd @@ -356,6 +359,7 @@ File /r Components\Powershell\Config.ps1 File /r Components\Powershell\options.ps1 File /r Components\Powershell\Remake.ps1 + File /r Components\Powershell\kdbg.ps1 File /r Components\Powershell\reladdr2line.ps1 File /r Components\Powershell\scut.ps1 File /r Components\Powershell\sSVN.ps1 @@ -492,6 +496,8 @@ Delete /REBOOTOK "$INSTDIR\Renv.cmd" Delete /REBOOTOK "$INSTDIR\Remake.cmd" Delete /REBOOTOK "$INSTDIR\Remake.ps1" + Delete /REBOOTOK "$INSTDIR\kdbg.cmd" + Delete /REBOOTOK "$INSTDIR\kdbg.ps1" Delete /REBOOTOK "$INSTDIR\RosBE.cmd" Delete /REBOOTOK "$INSTDIR\RosBE.ps1" Delete /REBOOTOK "$INSTDIR\rosbe-gcc-env.cmd"