mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-24 11:59:57 +00:00
Fix Non Admin Account Support by moving a temp file into Temp Folder.
Update Changelog svn path=/trunk/tools/RosBE-Windows/; revision=349
This commit is contained in:
parent
2f35339034
commit
3b3ba748e5
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user