Author: dreimer Date: Thu Jun 14 00:48:24 2007 New Revision: 27171
URL: http://svn.reactos.org/svn/reactos?rev=27171&view=rev Log: Some fixed typos. Updated readme, telling the users how to generate a new repo with the new integrated SVN Client
Modified: trunk/tools/RosBE-Windows/Root/Build-Shared.cmd trunk/tools/RosBE-Windows/Root/ChangeLog.txt trunk/tools/RosBE-Windows/Root/README.txt trunk/tools/RosBE-Windows/Root/readme.pdf
Modified: trunk/tools/RosBE-Windows/Root/Build-Shared.cmd URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/Build-Shar... ============================================================================== --- trunk/tools/RosBE-Windows/Root/Build-Shared.cmd (original) +++ trunk/tools/RosBE-Windows/Root/Build-Shared.cmd Thu Jun 14 00:48:24 2007 @@ -17,8 +17,11 @@ goto :Build ) if "%1" == "" ( + set ROS_LEAN_AND_MEAN = no goto :Build ) + +:Build
:: :: Check if config.template.rbuild is newer than config.rbuild, if it is then @@ -41,8 +44,6 @@ :: call "%ROSBEBASEDIR%\TimeDate.cmd"
-:Build - :: :: Now use mingw32-make to build ReactOS, passing along options, if any. ::
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 Thu Jun 14 00:48:24 2007 @@ -1,14 +1,14 @@ -*** Juni 21th, 2007 - RosBE 0.3.7 Released +*** June 21th, 2007 - RosBE 0.3.7 Released
- Updated: GCC 4.1.3 Build 200706XX - (Here is the reason why the installer got smaller between .3.6 and .3.7, my bins are stripped, w3seeks were not) + (Here is the reason why the installer got smaller between 0.3.6 and 0.3.7, my bins are stripped now) - Updated: binutils 2.17.50 Build 200706XX -- Added a SVN Client -- Added a Build Configurator. -- Added grep/cut/sed Tools for the new Configurator -- Added SVN 1.4.4 for the SVN Feature -- Added use of ROS_LEAN_AND_MEAN by setting make %1 strip -- Readded makex. Sorry, bug in Vista still persists... its a GCC bug +- Added a SVN Client. +- Added a config.rbuild Configurator. +- Added grep/cut/sed Tools for the new Configurator. +- Added SVN 1.4.4 for the SVN Feature. +- Added use of ROS_LEAN_AND_MEAN by typeing "make/makex %command% strip". +- Readded makex. Sorry, bug in Vista still persists... its a GCC bug.
*** May 21th, 2007 - RosBE 0.3.6 Released
@@ -21,9 +21,9 @@ - New cool Icon. Thanks to ROSFan for it. - Readded buildtime. - Removed makex for now, until the bug is fixed. -- Added Colin Finck's Build.cmd Unification -- Added Ged Murphy's flash tool to letthe window flash at build's end -- Updated all other tools +- Added Colin Finck's Build.cmd Unification. +- Added Ged Murphy's flash tool to let the window flash once at build's end. +- Updated all other tools.
*** Janruary 26th, 2007 - RosBE 0.3.5b2 Released
Modified: trunk/tools/RosBE-Windows/Root/README.txt URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/README.txt... ============================================================================== --- trunk/tools/RosBE-Windows/Root/README.txt (original) +++ trunk/tools/RosBE-Windows/Root/README.txt Thu Jun 14 00:48:24 2007 @@ -3,10 +3,7 @@
The ReactOS Build Environment v0.3.7 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 (ie.reactos), you must enter the complete path to them (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). +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.
To build ReactOS with the ReactOS Build Environment you run "GCC 4.1.3 ReactOS Build Environment" from the start menu. Now you have a choice of using either the built in commands (which are displayed onscreen with information @@ -14,12 +11,12 @@
The ReactOS Build Environment v0.3.7 contains the following packages:
-binutils-2.17.50-20070122-1.tar.gz -mingw-runtime-3.12.tar.gz -w32api-3.9.tar.gz -mingw32-make-3.81-2.tar.gz -nasm-0.98.39-win32.zip -mingw-4.1.3-20070405-prerelease.zip +binutils-2.17.50-200706XX +mingw-runtime-3.12 +w32api-3.9 +mingw32-make-3.81-2 +nasm-0.98.39-win32 +mingw-4.1.3-200706XX-prerelease - Patched to fix a GCC bug concerning decorating virtual methods with stdcall in C++, see GCC issue: @@ -50,4 +47,4 @@
Inspired by blight's ReactOS Build Environment v0.2-3.4.5 Inspired by Dazzle from TinyKRNL (http://www.tinykrnl.org/) -Icon made by ROSFan +Icon made by ROSFan
Modified: trunk/tools/RosBE-Windows/Root/readme.pdf URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/readme.pdf... ============================================================================== Binary files - no diff available.