Author: peterw
Date: Fri Jan 12 17:06:54 2007
New Revision: 25432
URL:
http://svn.reactos.org/svn/reactos?rev=25432&view=rev
Log:
- Bumped version for the 0.3.5b1 release.
- Clarified the help a bit.
Modified:
trunk/tools/RosBE/ChangeLog.txt
trunk/tools/RosBE/Help.cmd
trunk/tools/RosBE/LICENSE.txt
trunk/tools/RosBE/README.txt
trunk/tools/RosBE/RosBE.cmd
trunk/tools/RosBE/RosBE.nsi
Modified: trunk/tools/RosBE/ChangeLog.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/ChangeLog.txt?rev=2543…
==============================================================================
--- trunk/tools/RosBE/ChangeLog.txt (original)
+++ trunk/tools/RosBE/ChangeLog.txt Fri Jan 12 17:06:54 2007
@@ -1,3 +1,6 @@
+*** Janruary 12th, 2007 - RosBE 0.3.5b1 Released
+
+- Updated GCC 4.1.2 to a newer snapshot (20070108).
- Added 'clean logs' command to clean up build logs created
by RosBE.
- Added help for individual commands.
Modified: trunk/tools/RosBE/Help.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/Help.cmd?rev=25432&…
==============================================================================
--- trunk/tools/RosBE/Help.cmd (original)
+++ trunk/tools/RosBE/Help.cmd Fri Jan 12 17:06:54 2007
@@ -14,8 +14,10 @@
echo makex [OPTIONS] - Same as 'make' but automatically determines the
echo number of CPUs in the system and uses -j with
echo the appropriate number.
- echo clean - Fully clean the ReactOS source directory.
- echo help - Display the available commands.
+ echo clean [logs] - Fully clean the ReactOS source directory or the
+ echo RosBE build logs.
+ echo help [COMMAND] - Display the available commands or help on a
+ echo specific command.
echo basedir - Switch back to the ReactOS source directory.
goto :EOF
)
@@ -35,7 +37,7 @@
goto :EOF
)
if "%1" == "clean" (
- echo Usage: clean [OPTION]
+ echo Usage: clean [logs]
echo Fully clean the ReactOS source directory.
echo.
echo logs - Removes all build logs in the RosBE-Logs directory.
Modified: trunk/tools/RosBE/LICENSE.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/LICENSE.txt?rev=25432&…
==============================================================================
--- trunk/tools/RosBE/LICENSE.txt (original)
+++ trunk/tools/RosBE/LICENSE.txt Fri Jan 12 17:06:54 2007
@@ -1,4 +1,4 @@
- ReactOS Build Environment v0.3.4
+ ReactOS Build Environment v0.3.5b1
Various parts of the ReactOS Build Environment are
under different license's, the license's are as follows.
Modified: trunk/tools/RosBE/README.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/README.txt?rev=25432&a…
==============================================================================
--- trunk/tools/RosBE/README.txt (original)
+++ trunk/tools/RosBE/README.txt Fri Jan 12 17:06:54 2007
@@ -1,7 +1,7 @@
- ReactOS Build Environment 0.3.4
+ ReactOS Build Environment 0.3.5b1
- The ReactOS Build Environment v0.3.4 contains two complete
+ The ReactOS Build Environment v0.3.5b1 contains two complete
build environments for ReactOS one based on GCC 3.4.5 (the standard
build environment), and one based on GCC 4.1.2 (for testers/developers).
@@ -19,7 +19,7 @@
with information about their use) or you can build as you normally would
using the standard MinGW/RBuild commands.
-The ReactOS Build Environment v0.3.4 contains the following
+The ReactOS Build Environment v0.3.5b1 contains the following
packages:
gcc-core-3.4.5-20060117-1.tar.gz
@@ -29,7 +29,7 @@
w32api-3.8.tar.gz
mingw32-make-3.81-1.tar.gz
nasm-0.98.39-win32.zip
-gcc-4.1.2-20061229-Snapshot-Patched.7z
+gcc-4.1.2-20070108-Snapshot-Patched.7z
- Patched to fix a GCC bug concerning
decorating virtual methods with stdcall
in C++, see GCC issue:
Modified: trunk/tools/RosBE/RosBE.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE.cmd?rev=25432&am…
==============================================================================
--- trunk/tools/RosBE/RosBE.cmd (original)
+++ trunk/tools/RosBE/RosBE.cmd Fri Jan 12 17:06:54 2007
@@ -84,7 +84,7 @@
echo *******************************************************************************
echo * *
- echo * ReactOS Build Environment 0.3.4-3.4.5 *
+ echo * ReactOS Build Environment 0.3.5b1-3.4.5 *
echo * *
echo *******************************************************************************
echo.
@@ -109,7 +109,7 @@
echo *******************************************************************************
echo * *
- echo * ReactOS Build Environment 0.3.4-4.1.2-20061229-prerelease-patched *
+ echo * ReactOS Build Environment 0.3.5b1-4.1.2-20070108-prerelease-patched *
echo * *
echo *******************************************************************************
echo.
Modified: trunk/tools/RosBE/RosBE.nsi
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE.nsi?rev=25432&am…
==============================================================================
--- trunk/tools/RosBE/RosBE.nsi (original)
+++ trunk/tools/RosBE/RosBE.nsi Fri Jan 12 17:06:54 2007
@@ -1,5 +1,5 @@
!define PRODUCT_NAME "ReactOS Build Environment"
-!define PRODUCT_VERSION "0.3.4"
+!define PRODUCT_VERSION "0.3.5b1"
!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 "HKLM"
@@ -18,7 +18,7 @@
;;
;; Add version/product information metadata to the installation file.
;;
-VIAddVersionKey /LANG=1033 "FileVersion" "0.0.0.12"
+VIAddVersionKey /LANG=1033 "FileVersion" "0.0.0.1"
VIAddVersionKey /LANG=1033 "ProductVersion" "${PRODUCT_VERSION}"
VIAddVersionKey /LANG=1033 "ProductName" "${PRODUCT_NAME}"
VIAddVersionKey /LANG=1033 "Comments" "This installer was written by Peter
Ward 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.0.3.4"
+VIProductVersion "0.0.3.5b1"
CRCCheck force
SetCompressor /FINAL /SOLID lzma