Author: dreimer
Date: Thu Oct 23 15:38:56 2008
New Revision: 36919
URL: http://svn.reactos.org/svn/reactos?rev=36919&view=rev
Log:
Last minute changes: Update NASM to 2.05 RC8, because 2.04 does not get our Bootsectors built.
Changed defaults for the modules exclusion var from default off to default on.
Modified:
trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
trunk/tools/RosBE/RosBE-Windows/Root/README.odt
trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Cha…
==============================================================================
--- 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 15:38:56 2008
@@ -1,7 +1,7 @@
*** October 26th, 2008 - RosBE 1.3 Released
- Added: Tool to set the Architecture to build ROS for. (Daniel Reimer)
-- Updated: NASM to 2.04 (Daniel Reimer)
+- Updated: NASM to 2.05 RC8 (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)
Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.odt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/REA…
==============================================================================
Binary files - no diff available.
Modified: trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Ros…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/RosBE.cmd [iso-8859-1] Thu Oct 23 15:38:56 2008
@@ -32,7 +32,7 @@
set _ROSBE_USECCACHE=0
set _ROSBE_STRIP=0
set _ROSBE_NOSTRIP=0
-set _ROSBE_MODULES=0
+set _ROSBE_MODULES=1
set _ROSBE_HOST_MINGWPATH=%_ROSBE_BASEDIR%\4.1.3
set _ROSBE_TARGET_MINGWPATH=%_ROSBE_BASEDIR%\4.1.3
set _ROSBE_LOGDIR=%CD%\RosBE-Logs
Author: dreimer
Date: Thu Oct 23 13:23:29 2008
New Revision: 36916
URL: http://svn.reactos.org/svn/reactos?rev=36916&view=rev
Log:
OMG, I missed -------=======|||/\THE FIX/\|||=======------- Sry encoded.
Modified:
trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
trunk/tools/RosBE/RosBE-Windows/Root/README.odt
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Cha…
==============================================================================
--- 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 13:23:29 2008
@@ -19,6 +19,8 @@
_ROSBE_DEBUG=1 (Daniel Reimer)
- Added: Mingw-64 GCC 4.4.0 for the 64 bit Branch. It will be installed with a
Optional installer (Daniel Reimer)
+- Fixed: Fixed the Header Mess in the different GCC Versions. Now the need for
+ LIBRARY_PATH is no more and all Arches use THEIR Headers. (Samuel Serapion)
- Fixed: Dependant on the Arch variable a crosscompiler will be used now. (Daniel Reimer)
- Fixed: Clean only cleans the arch which is active right now. (Daniel Reimer)
- Fixed: "if defined xxx" with a nested "if %xxx% == foobar" does not work in batch.
@@ -26,7 +28,7 @@
- Fixed: Bug 3043: Polish translation update (olaf_siejka(a)o2.pl)
- Fixed: Bug 3044: Ukrainian translation update (temarez(a)yandex.ru)
- Fixed: Bug 3035: Patch for RosBE that solves improper handling of a path with
- spaces by roelmessiant(a)gmail.com
+ spaces (roelmessiant(a)gmail.com)
- Fixed: Stripped apps and removed Debug Symbols at once may not be possible.
(Daniel Reimer)
- Fixed: Warnings, Resource Leaks, Problems with non-allocated Memory, RC MSVC
Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.odt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/REA…
==============================================================================
Binary files - no diff available.
Author: dreimer
Date: Thu Oct 23 12:58:26 2008
New Revision: 36914
URL: http://svn.reactos.org/svn/reactos?rev=36914&view=rev
Log:
Hello, almost final changelog.
Small fix for uninstall routine.
Modified:
trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
Modified: trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/Cha…
==============================================================================
--- 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 12:58:26 2008
@@ -1,4 +1,4 @@
-*** July 17th, 2008 - RosBE 1.3 Released
+*** October 26th, 2008 - RosBE 1.3 Released
- Added: Tool to set the Architecture to build ROS for. (Daniel Reimer)
- Updated: NASM to 2.04 (Daniel Reimer)
@@ -7,16 +7,35 @@
- 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
+- Updated: MingW32 Runtime DLL 3.15.1 (Daniel Reimer)
- Other small Fixes here and there (Daniel Reimer)
- Added: Basic PowerShell Version of RosBE (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)
+- Added: A way to include rosapps and rostests into the build and ssvn script by modifying
+ one var. Add this var to options.exe (Maciej Bialas and slight changes by me)
+- Added: nostrip function (Christoph von Wittich)
+- Added: RosBE Debugging Feature which disables the @echo off. just set
+ _ROSBE_DEBUG=1 (Daniel Reimer)
+- Added: Mingw-64 GCC 4.4.0 for the 64 bit Branch. It will be installed with a
+ Optional installer (Daniel Reimer)
- Fixed: Dependant on the Arch variable a crosscompiler will be used now. (Daniel Reimer)
- Fixed: Clean only cleans the arch which is active right now. (Daniel Reimer)
-- Fixed: "if defined xxx" with a nested "if %xxx% == foobar" does not work in batch. (Daniel Reimer)
-- Fixed: Stripped apps and removed Debug Symbols at once may not be possible. (Daniel Reimer)
+- Fixed: "if defined xxx" with a nested "if %xxx% == foobar" does not work in batch.
+ (Daniel Reimer)
+- Fixed: Bug 3043: Polish translation update (olaf_siejka(a)o2.pl)
+- Fixed: Bug 3044: Ukrainian translation update (temarez(a)yandex.ru)
+- Fixed: Bug 3035: Patch for RosBE that solves improper handling of a path with
+ spaces by roelmessiant(a)gmail.com
+- Fixed: Stripped apps and removed Debug Symbols at once may not be possible.
+ (Daniel Reimer)
+- Fixed: Warnings, Resource Leaks, Problems with non-allocated Memory, RC MSVC
+ Comptibility (Christoph von Wittich)
+- Fixed: First look into %_ROSBE_BASEDIR% for the specified directory and use it if it
+ exists. his makes it possible to just call "chdefgcc 3.4.5" instead of
+ "chdefgcc full\path\to\the\3.4.5\directory" if there is a "3.4.5" directory
+ in the RosBE installation directory. (Colin Finck)
+
*** January 23rd, 2008 - RosBE 1.2 Released
Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.ns…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] Thu Oct 23 12:58:26 2008
@@ -339,7 +339,6 @@
RMDir /r /REBOOTOK "$APPDATA\RosBE"
Delete /REBOOTOK "$INSTDIR\Build.cmd"
Delete /REBOOTOK "$INSTDIR\Build.ps1"
- Delete /REBOOTOK "$INSTDIR\charch.cmd"
Delete /REBOOTOK "$INSTDIR\chdefdir.cmd"
Delete /REBOOTOK "$INSTDIR\chdefgcc.cmd"
Delete /REBOOTOK "$INSTDIR\Clean.cmd"