Author: peterw Date: Thu Dec 6 11:16:57 2007 New Revision: 31038
URL: http://svn.reactos.org/svn/reactos?rev=31038&view=rev Log: - Update the readme a bit (Basic Usage section) and update the changelog.
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/Chan... ============================================================================== --- trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt (original) +++ trunk/tools/RosBE/RosBE-Windows/Root/ChangeLog.txt Thu Dec 6 11:16:57 2007 @@ -11,14 +11,21 @@ - Add a pushd/popd to options.cmd so that options.exe pulls up a better default path for MinGW/GCC. (Peter Ward) - Set the working directory for the "Options" shortcut correctly (see above bullet). (Colin Fink) - Add back detection of previous versions of RosBE (versions 0.3.5b2 and before). (Peter Ward) +- Prevent multiple instances of the installer from running. (Peter Ward) - Fix the uninstall previous routine. (Peter Ward) +- Added a small utility (rquote) to remove any quotes from a string (needed for the spaces fix in chdefgcc.cmd). (Peter Ward) +- Fix a problem with spaces in chdefgcc.cmd. (Peter Ward) +- Make 'chdefgcc' bail if no MinGW/GCC is found in the given path. (Peter Ward) - Fix a bug in Clean.cmd. It accidently killed some not anymore Autogenerated Resources. (Daniel Reimer) +- Remove file deletions that are no longer needed from Clean.cmd so it now only removes + obj-i386., output-i386., reactos. and makefile.auto. (Peter Ward) - Fix a bug in TimeDate.cmd. (Peter Ward) - Fix a bug in reladdr2line.cmd. (Peter Ward) - Change the default ReactOS source directory from APPDATA\RosBE\Source to PROFILE\reactos. (Peter Ward) - Remove the installation and APPDATA\RosBE directories on uninstall which weren't being removed. (Peter Ward) - Set the ccache directory to APPDATA\RosBE.ccache instead of PROFILE.ccache. (Peter Ward) - Switch default install directory back to PROGRAMFILES\RosBE. (Peter Ward) +- Detect if running on a x64 system and install to "Program Files" and not "Program Files (x86)" to avoid problems with (). (Peter Ward) - Add a "Standard MinGW Build Environment" and the associated MinGW.cmd + an icon. (Peter Ward)
*** Nov 18th, 2007 - RosBE 1.0 Released
Modified: trunk/tools/RosBE/RosBE-Windows/Root/README.odt URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/READ... ============================================================================== Binary files - no diff available.