[ros-diffs] [dreimer] 40861: Hopefully the last stuff to do. Built ROS HEAD with cmd and PS with the new GCC successfully.

dreimer at svn.reactos.org dreimer at svn.reactos.org
Sat May 9 13:34:42 CEST 2009


Author: dreimer
Date: Sat May  9 15:34:41 2009
New Revision: 40861

URL: http://svn.reactos.org/svn/reactos?rev=40861&view=rev
Log:
Hopefully the last stuff to do. Built ROS HEAD with cmd and PS with the new GCC successfully.

Modified:
    trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt
    trunk/tools/RosBE/RosBE-Windows/Root/README.odt
    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/ChangeLog.txt?rev=40861&r1=40860&r2=40861&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt [iso-8859-1] Sat May  9 15:34:41 2009
@@ -8,11 +8,16 @@
 - New binutils and GCC builds optimized for i686 and with proper relative include directories (Colin Finck)
 - Remove unneeded components such as the MingW32 Runtime DLL (Colin Finck)
 - Make it possible to set different settings for any arch in RosBE. (Daniel Reimer, Timo Kreuzer)
-
+- Updated: SVN 1.6.1 included (Daniel Reimer)
+- Finally fully integrate the PS Version of RosBE and make it default in Windows 7 (Daniel Reimer)
+  This made following stuff needed:
+  * Let the Installer change the Security Level of Powershell to Remote Signed.
+  * Generate Shortcuts for the PS Versions.
+  * Fix some typos in the PS files to fully work with the new GCC
 
 *** April 07th, 2009 - RosBE 1.4.1 Released
 
-- Updated:SVN 1.6 included (Daniel Reimer)
+- Updated: SVN 1.6 included (Daniel Reimer)
 - Fixed: Sped up starting of rosbe (Daniel Reimer)
 - Fixed: Hopefully fixed bison. (Daniel Reimer)
 

Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.odt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/README.odt?rev=40861&r1=40860&r2=40861&view=diff
==============================================================================
Binary files - no diff available.

Modified: trunk/tools/RosBE/RosBE-Windows/RosBE.nsi
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/RosBE.nsi?rev=40861&r1=40860&r2=40861&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/RosBE.nsi [iso-8859-1] Sat May  9 15:34:41 2009
@@ -194,12 +194,12 @@
     SetOverwrite try
     File /r Components\Tools\svn.exe
     File /r Components\Tools\intl3_svn.dll
-    File /r Components\Tools\libapr.dll
+    File /r Components\Tools\libapr-1.dll
     File /r Components\Tools\libeay32.dll
     File /r Components\Tools\ssleay32.dll
-    File /r Components\Tools\libaprutil.dll
+    File /r Components\Tools\libaprutil-1.dll
     File /r Components\Tools\libdb44.dll
-    File /r Components\Tools\libapriconv.dll
+    File /r Components\Tools\libapriconv-1.dll
     File /r Components\Tools\libsasl.dll
     File /r Components\Tools\libsvn_client-1.dll
     File /r Components\Tools\libsvn_delta-1.dll



More information about the Ros-diffs mailing list