Author: dreimer
Date: Sun Aug 26 22:39:33 2007
New Revision: 28577
URL:
http://svn.reactos.org/svn/reactos?rev=28577&view=rev
Log:
In biiig steps to 0.3.8.
Modified:
trunk/tools/RosBE-Windows/Root/ChangeLog.txt
trunk/tools/RosBE-Windows/Root/README.txt
trunk/tools/RosBE-Windows/Root/RosBE.cmd
trunk/tools/RosBE-Windows/Root/readme.pdf
trunk/tools/RosBE-Windows/RosBE.Files-4.1.3.nsh
trunk/tools/RosBE-Windows/RosBE.nsi
Modified: trunk/tools/RosBE-Windows/Root/ChangeLog.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/ChangeLog…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/ChangeLog.txt (original)
+++ trunk/tools/RosBE-Windows/Root/ChangeLog.txt Sun Aug 26 22:39:33 2007
@@ -4,6 +4,10 @@
- Added ShortCut Tool. (Daniel Reimer)
- Updated w32api-3.9 to w32api-3.10. (except float.h which breaks build) (Daniel Reimer)
- Updated mingw-runtime-3.12 to mingw-runtime-3.13. (Daniel Reimer)
+- Other small Bugfixes (Daniel Reimer)
+- Updated to NSIS 2.30. (Daniel Reimer)
+- Updated Binutils 2.17.50 to Build 20070806 (Daniel Reimer)
+- Updated: GCC 4.1.3 Build 20070826 (Daniel Reimer)
*** Aug XXst, 2007 - RosBE 0.3.7.2 Released (Unsupported)
Modified: trunk/tools/RosBE-Windows/Root/README.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/README.tx…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/README.txt (original)
+++ trunk/tools/RosBE-Windows/Root/README.txt Sun Aug 26 22:39:33 2007
@@ -11,12 +11,12 @@
The ReactOS Build Environment v0.3.8 contains the following packages:
-binutils-2.17.50-200706XX
-mingw-runtime-3.12
-w32api-3.9
+binutils-2.17.50-20070806
+mingw-runtime-3.13
+w32api-3.10
mingw32-make-3.81-2
-nasm-0.98.39-win32
-mingw-4.1.3-200706XX-prerelease
+nasm-0.99.02-win32
+mingw-4.1.3-20070826-prerelease
- Patched to fix a GCC bug concerning
decorating virtual methods with stdcall
in C++, see GCC issue:
Modified: trunk/tools/RosBE-Windows/Root/RosBE.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/RosBE.cmd…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/RosBE.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/RosBE.cmd Sun Aug 26 22:39:33 2007
@@ -15,7 +15,7 @@
:: Config Tool.
::
color 0A
-set _VER=0.3.7.2
+set _VER=0.3.8
set ROSBEBASEDIR=%~dp0
for /f "usebackq" %%i in (`"echo %ROSBEBASEDIR%|%ROSBEBASEDIR%Tools\sed
s/.$//g"`) do @SET ROSBEBASEDIR=%%i
set _ROSSOURCEDIRBASE=%CD%
Modified: trunk/tools/RosBE-Windows/Root/readme.pdf
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/readme.pd…
==============================================================================
Binary files - no diff available.
Modified: trunk/tools/RosBE-Windows/RosBE.Files-4.1.3.nsh
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/RosBE.Files-4.…
==============================================================================
--- trunk/tools/RosBE-Windows/RosBE.Files-4.1.3.nsh (original)
+++ trunk/tools/RosBE-Windows/RosBE.Files-4.1.3.nsh Sun Aug 26 22:39:33 2007
@@ -1,4 +1,4 @@
-Section "-MinGW, GCC v4.1.3 and NASM 0.98.39" SEC01
+Section "-MinGW, GCC v4.1.3 and NASM 0.99.02" SEC01
SetOutPath "$INSTDIR\4.1.3\"
SetOverwrite try
File /r Components\4.1.3\*.*
Modified: trunk/tools/RosBE-Windows/RosBE.nsi
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/RosBE.nsi?rev=…
==============================================================================
--- trunk/tools/RosBE-Windows/RosBE.nsi (original)
+++ trunk/tools/RosBE-Windows/RosBE.nsi Sun Aug 26 22:39:33 2007
@@ -1,5 +1,5 @@
!define PRODUCT_NAME "ReactOS Build Environment for Windows"
-!define PRODUCT_VERSION "0.3.7.2"
+!define PRODUCT_VERSION "0.3.8.0"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App
Paths\RosBE.cmd"
!define PRODUCT_UNINST_KEY
"Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKCU"
@@ -18,7 +18,7 @@
;;
;; Add version/product information metadata to the installation file.
;;
-VIAddVersionKey /LANG=1033 "FileVersion" "0.3.7.2"
+VIAddVersionKey /LANG=1033 "FileVersion" "0.3.8.0"
VIAddVersionKey /LANG=1033 "ProductVersion" "${PRODUCT_VERSION}"
VIAddVersionKey /LANG=1033 "ProductName" "${PRODUCT_NAME}"
VIAddVersionKey /LANG=1033 "Comments" "This installer was written by Peter
Ward and Daniel Reimer using Nullsoft Scriptable Install System
(
http://nsis.sourceforge.net/)"
@@ -26,7 +26,7 @@
VIAddVersionKey /LANG=1033 "LegalTrademarks" "Copyright © 2007 ReactOS
Team"
VIAddVersionKey /LANG=1033 "LegalCopyright" "Copyright © 2007 ReactOS
Team"
VIAddVersionKey /LANG=1033 "FileDescription" "${PRODUCT_NAME} Setup"
-VIProductVersion "0.3.7.2"
+VIProductVersion "0.3.8.0"
CRCCheck force
SetCompressor /FINAL /SOLID lzma
@@ -185,10 +185,12 @@
Delete /REBOOTOK "$INSTDIR\sSVN.cmd"
Delete /REBOOTOK "$INSTDIR\Build-Shared.cmd"
Delete /REBOOTOK "$INSTDIR\RAddr.cmd"
-;; Delete /REBOOTOK "$INSTDIR\options.exe"
+ Delete /REBOOTOK "$INSTDIR\options.exe"
Delete /REBOOTOK "$INSTDIR\TimeDate.cmd"
Delete /REBOOTOK "$INSTDIR\ChangeLog.txt"
Delete /REBOOTOK "$INSTDIR\LICENSE.txt"
+ Delete /REBOOTOK "$INSTDIR\scut.cmd"
+ Delete /REBOOTOK "$INSTDIR\srclist.xml"
Delete /REBOOTOK "$INSTDIR\README.txt"
Delete /REBOOTOK "$INSTDIR\readme.pdf"
Delete /REBOOTOK "$INSTDIR\reactos.ico"