mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-27 13:20:23 +00:00
- Update the readmes and changelog a bit.
svn path=/trunk/tools/RosBE/; revision=528
This commit is contained in:
parent
a166bb8ed1
commit
ac7192a126
@ -40,13 +40,21 @@
|
||||
- Fix the Case where you enable Logging and want to keep the default Path for it. (Daniel Reimer)
|
||||
|
||||
- Added a small utility (chknewer) to check if one file is newer than another. This removes the dependency on test from Config.cmd and Build.cmd. (Peter Ward)
|
||||
- Added a small utility (chkslash) to check if a string contains a backslash '\', it's needed for the reladdr2line.cmd changes.
|
||||
- Added a small utility (chkslash) to check if a string contains a backslash '\', it's needed for the reladdr2line.cmd changes. (Peter Ward)
|
||||
- Modified reladdr2line.cmd so that you can now use 'raddr2line ntdll.dll 7c90e143' (Peter Ward)
|
||||
instead of 'raddr2line output-i386\dll\ntdll\ntdll.dll 7c90e143'. You can
|
||||
also use part of the file name ie. 'ntdll*' instead of 'ntdll.dll' and
|
||||
it will match it. Searchs the current directory and all sub-directories.
|
||||
(does not match directories of course)
|
||||
(yes you can still specify the full path if you like)
|
||||
- Move GCC environment setup to rosbe-gcc-env.cmd to support 'chdefgcc', this (Peter Ward)
|
||||
file can also be used outside of the RosBE to initialize and GCC/MinGW
|
||||
in the current directory.
|
||||
- Added the command 'chdefgcc' to allow easy switching of the current toolset. (Peter Ward)
|
||||
- Added a minimal replacement for tee. (Peter Ward)
|
||||
- Added ccache 2.4 to RosBE. (Daniel Reimer)
|
||||
- Added the command "oldmode" to still use the HOST headers, not the target ones in SVN Tree. (Daniel Reimer)
|
||||
- Readd chdefdir due to popular Demand. (Daniel Reimer)
|
||||
- Downgraded sed to prevent a EOL style destruction. (Daniel Reimer)
|
||||
- Move Options cmd and srcdir.txt to Application Data Folder. (Peter Ward)
|
||||
- Move Temp Files to Temp Folder. (Daniel Reimer)
|
||||
|
||||
|
Binary file not shown.
@ -17,7 +17,7 @@ binutils-2.18.50-20071015
|
||||
mingw-runtime-3.13
|
||||
w32api-3.10
|
||||
mingw32-make-3.81-2
|
||||
nasm-0.99.05-win32
|
||||
nasm-0.99.06-win32
|
||||
mingw-4.1.3-20071015-prerelease
|
||||
patched with:
|
||||
- “GCC-v4.1-r129382-prerelease-w3seek.patch”
|
||||
|
@ -38,7 +38,7 @@ SetCompressor /FINAL /SOLID lzma
|
||||
;; MUI begin.
|
||||
|
||||
;;
|
||||
;; Read our custom page ini, remove previous version and check if the user has administrative privileges.
|
||||
;; Read our custom page ini, remove previous version.
|
||||
;;
|
||||
Function .onInit
|
||||
Call UninstallPrevious
|
||||
|
Loading…
Reference in New Issue
Block a user