Author: dreimer Date: Thu Oct 23 07:48:35 2008 New Revision: 36905
URL: http://svn.reactos.org/svn/reactos?rev=36905&view=rev Log: Next RosBE RC in Preperation. This time splitted in default and 64 bit in a optional installer.
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt trunk/tools/RosBE/RosBE-Windows/RosBE64.nsi
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Chan... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] Thu Oct 23 07:48:35 2008 @@ -1,16 +1,16 @@ *** July 17th, 2008 - RosBE 1.3 Released
- Added: Tool to set the Architecture to build ROS for. (Daniel Reimer) -- Updated: NASM to 2.03.01 (Daniel Reimer) -- Updated: NSIS to 2.39 (Daniel Reimer) -- Updated: Subversion to 1.5.2 (Daniel Reimer) +- Updated: NASM to 2.04 (Daniel Reimer) +- Updated: NSIS to 2.40 (Daniel Reimer) +- Updated: Subversion to 1.5.3 (Daniel Reimer) - Updated: GDB to 6.8-3 (Daniel Reimer) - Updated: Binutils 2.18.50 Build 20080109. (Daniel Reimer) - Updated: MingW32 Make 3.81-3 (Daniel Reimer) - Updated: ccache 2.4 is now a native Version Without Cygwin (Colin Finck) X - Other small Fixes here and there (Daniel Reimer) - Added: Basic PowerShell Version of RosBE (Daniel Reimer) -- Added: YASM 0.71, which supports 64 bit asm too. (Daniel Reimer) +- Added: YASM 0.72, which supports 64 bit asm too. (Daniel Reimer) - Added: Update command (Daniel Reimer) - Added: Mingw-64 GCC 4.4.0 for the 64 bit Branch. (Daniel Reimer) - Fixed: Dependant on the Arch variable a crosscompiler will be used now. (Daniel Reimer)
Modified: trunk/tools/RosBE/RosBE-Windows/RosBE64.nsi URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE64.n... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/RosBE64.nsi [iso-8859-1] (original) +++ trunk/tools/RosBE/RosBE-Windows/RosBE64.nsi [iso-8859-1] Thu Oct 23 07:48:35 2008 @@ -90,8 +90,6 @@ !insertmacro MUI_PAGE_INSTFILES
!define MUI_FINISHPAGE_TITLE_3LINES -!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\README.pdf" -!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED !insertmacro MUI_PAGE_FINISH
;; @@ -109,9 +107,6 @@ SetShellVarContext current SetOutPath "$INSTDIR" SetOverwrite try - File /r Icons\mingw.ico - File /r Icons\rosbe.ico - File /r Root\LICENSE.txt File /r Root\charch.cmd SectionEnd