[ros-diffs] [dreimer] 28105: Fix Non Admin Account Support by moving a temp file into Temp Folder. Update Changelog

dreimer at svn.reactos.org dreimer at svn.reactos.org
Thu Aug 2 22:13:55 CEST 2007


Author: dreimer
Date: Fri Aug  3 00:13:54 2007
New Revision: 28105

URL: http://svn.reactos.org/svn/reactos?rev=28105&view=rev
Log:
Fix Non Admin Account Support by moving a temp file into Temp Folder.
Update Changelog

Modified:
    trunk/tools/RosBE-Windows/Root/ChangeLog.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.txt?rev=28105&r1=28104&r2=28105&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Root/ChangeLog.txt (original)
+++ trunk/tools/RosBE-Windows/Root/ChangeLog.txt Fri Aug  3 00:13:54 2007
@@ -5,7 +5,9 @@
 *** Aug XXst, 2007 - RosBE 0.3.7.2 Released (Unsupported)
 
 - Updated NASM to 0.99.01 (Daniel Reimer, David Leon)
-- Updated Binutils 2.17.50 to Build 20070730 (David Leon, Daniel Reimer)
+  (Small Fix by David Leon to bypass Bug in 0.99.01 which prevents our Bootsectors to build)
+- Updated Binutils 2.17.50 to Build 20070730 (Hervé Possineau, David Leon, Daniel Reimer)
+  (Small modification by Hervé Possineau in LD to fix Bug 1244)
 - Fixed the double \\ Bug introduced in 0.3.7. (Daniel Reimer)
 - Added Build Begin Time into Topic. (Daniel Reimer)
 - Added svnversion. (Daniel Reimer)

Modified: trunk/tools/RosBE-Windows/Root/RosBE.cmd
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Root/RosBE.cmd?rev=28105&r1=28104&r2=28105&view=diff
==============================================================================
--- trunk/tools/RosBE-Windows/Root/RosBE.cmd (original)
+++ trunk/tools/RosBE-Windows/Root/RosBE.cmd Fri Aug  3 00:13:54 2007
@@ -17,9 +17,9 @@
 color 0A
 set _VER=0.3.7.2
 set ROSBEBASEDIR=%~dp0
-echo %ROSBEBASEDIR%|%ROSBEBASEDIR%Tools\sed "s/.$//g" > "C:\aaa.tmp"
-set /P ROSBEBASEDIR=< "C:\aaa.tmp"
-del "C:\aaa.tmp"
+echo %ROSBEBASEDIR%|%ROSBEBASEDIR%Tools\sed "s/.$//g" > "%Temp%\aaa.tmp"
+set /P ROSBEBASEDIR=< "%Temp%\aaa.tmp"
+del "%Temp%\aaa.tmp"
 set ROSBE_SHOWTIME=1
 set ROSBE_WRITELOG=1
 set _LOGDIR=%CD%\RosBE-Logs




More information about the Ros-diffs mailing list