Author: dreimer
Date: Mon Sep 24 18:14:43 2007
New Revision: 29189
URL:
http://svn.reactos.org/svn/reactos?rev=29189&view=rev
Log:
Recent RBUILD Changes cry for a RosBE Update. Getting Ready for 0.3.8.1
Modified:
trunk/tools/RosBE-Windows/Root/ChangeLog.txt
trunk/tools/RosBE-Windows/Root/LICENSE.txt
trunk/tools/RosBE-Windows/Root/README.txt
trunk/tools/RosBE-Windows/Root/RosBE.cmd
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 Mon Sep 24 18:14:43 2007
@@ -1,3 +1,9 @@
+*** Sep 24th, 2007 - RosBE 0.3.8.1 Released
+
+- Updated the Variables for GCC. This is needed in r29185+ because of RBUILD Changes to
+ seperate target and host headers by Hervé Poussineau. (Hervé Poussineau, Daniel
Reimer)
+- Updated: NASM 0.99.02 to 0.99.03 (Daniel Reimer)
+
*** Sep 11th, 2007 - RosBE 0.3.8 Released
- Updated: w32api-3.9 to w32api-3.10. (except float.h which breaks build) (Daniel
Reimer)
Modified: trunk/tools/RosBE-Windows/Root/LICENSE.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/LICENSE.t…
==============================================================================
--- trunk/tools/RosBE-Windows/Root/LICENSE.txt (original)
+++ trunk/tools/RosBE-Windows/Root/LICENSE.txt Mon Sep 24 18:14:43 2007
@@ -1,4 +1,4 @@
-ReactOS Build Environment v0.3.8
+ReactOS Build Environment v0.3.8.1
Various parts of the ReactOS Build Environment are under different license's, the
license's are as follows.
(The complete text for each license is included in this document)
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 Mon Sep 24 18:14:43 2007
@@ -1,7 +1,7 @@
-ReactOS Build Environment 0.3.8
+ReactOS Build Environment 0.3.8.1
-The ReactOS Build Environment v0.3.8 contains a complete build environment for ReactOS
based on GCC 4.1.3/MinGW.
+The ReactOS Build Environment v0.3.8.1 contains a complete build environment for ReactOS
based on GCC 4.1.3/MinGW.
While installing the ReactOS Build Environment you are asked to provide the directory
where your ReactOS sources are located or should be checked out to (ie.reactos\), you must
enter the complete path to this folder (ie. C:\projects\reactos). The path is now required
for the ReactOS Build Environment to work correctly, so if you change where your sources
are located you must also change the entry in the shortcuts in the start menu (the
'Start in:' entry). If you did not checkout a Source tree yet, start RosBE and
type svn create. This will take a while.
@@ -9,13 +9,13 @@
menu. Now you have a choice of using either the built in commands (which are displayed
onscreen 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.8 contains the following packages:
+The ReactOS Build Environment v0.3.8.1 contains the following packages:
binutils-2.17.50-20070806
mingw-runtime-3.13
w32api-3.10
mingw32-make-3.81-2
-nasm-0.99.02-win32
+nasm-0.99.03-win32
mingw-4.1.3-20070829-prerelease
- Patched to fix a GCC bug concerning
decorating virtual methods with stdcall
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 Mon Sep 24 18:14:43 2007
@@ -15,7 +15,7 @@
:: Config Tool.
::
color 0A
-set _VER=0.3.8
+set _VER=0.3.8.1
set ROSBEBASEDIR=%~dp0
for /f "usebackq" %%i in (`"echo %ROSBEBASEDIR%|%ROSBEBASEDIR%Tools\sed
s/.$//g"`) do @SET ROSBEBASEDIR=%%i
set _ROSSOURCEDIRBASE=%CD%
@@ -114,7 +114,6 @@
set
PATH=%ROSBEBASEDIR%\4.1.3\bin;%ROSBEBASEDIR%\4.1.3\libexec\gcc\mingw32\4.1.3;%PATH%
set _MINGWMAKE=%ROSBEBASEDIR%\4.1.3\bin\mingw32-make.exe
set _MINGWVERSION=4.1.3
- :: Set all paths (needed by Windows Vista)
set HOST_CFLAGS=-I"%ROSBEBASEDIR%\4.1.3\include"
-I"%ROSBEBASEDIR%\4.1.3\lib\gcc\mingw32\4.1.3\include"
set HOST_CPPFLAGS=-I"%ROSBEBASEDIR%\4.1.3\include"
-I"%ROSBEBASEDIR%\4.1.3\include\c++\4.1.3"
-I"%ROSBEBASEDIR%\4.1.3\include\c++\4.1.3\mingw32"
-I"%ROSBEBASEDIR%\4.1.3\lib\gcc\mingw32\4.1.3\include"