- Add some missing /i to make all ifs case insensitive where appropiate.
- Fix my stupidity where we set the CFLAGS for the targets. THIS IS BATCH, MAN!!!
- Check and generate the log folder in the make/makex process and not on startup. This fixes the broken-for-ages message for noobs showing up when the source folder is empty how to get the Source.
svn path=/trunk/tools/RosBE/; revision=1118
- Fixed the "GCC not found" bug in AMD64 Build Processes.
- Fixed something cosmetical in the look on startup of rosbe.
svn path=/trunk/tools/RosBE/; revision=1110
Fixed installer to be in sync to colin's renaming.
Updated changelog and readme
updated the variables for the new GCC
svn path=/trunk/tools/RosBE/; revision=1108
- Add support for cleaning several modules with the clean command, so "clean explorer ntoskrnl" works now too.
Right now I skipped the cmd version because its a mess to get it run...
- Show information what tree is updated by ssvn right now, main or rosapps/rostests.
svn path=/trunk/tools/RosBE/; revision=1104
I've renamed some batch files to match the macro names and added some new ones, for which no batch file existed. (except "env", this command has been removed)
Now these commands can be called from other batch files and stuff like "clean & make" will work as well.
- Fix raddr2line.cmd to properly handle spaces in the path.
Thanks to Gunnar for the hints :-)
svn path=/trunk/tools/RosBE/; revision=1090
- Made the "update" command stop when it found the last existant update online. Theres no use in trying the full update 1-9 if theres none/one. This speeds up the status generation process.
Both still untested. 1. Will be done later / 2. I like looking at diffs of fixes i did, so I commit seperately :-P
svn path=/trunk/tools/RosBE/; revision=1080
- Fix up the call of the i386 config file in charch.
- Fix up default color of the 64 bit RosBE.
- "Only" call the 64 bit config file when you are in 64 bit mode.
- Fix the 64 bit options tool to be useable.
svn path=/trunk/tools/RosBE/; revision=1078
We only use %_ROSBE_PREFIX% now, which should fix building with amd64.
- Readd chdefdir's feature to switch to the new default directory after changing it.
- Revert r40923 for chdefgcc.cmd. This broke switching from amd64 back to i386 (i.e. "charch amd64", "charch i386").
Furthermore, chdefgcc must not mess around with ROS_ARCH. This is exclusively charch's privilege!
- Fix inability to switch back to i386 introduced by the last commit.
svn path=/trunk/tools/RosBE/; revision=1072
* Installer starts the Uninstaller of the old Version again.
* Installer does not accidentially kill the whole Start menu again.
* Installer uninstalls charch too.
* Fixed some line skippers.
Biiiiig thx to care2debug for the help. This would not have been possible without it.
svn path=/trunk/tools/RosBE/; revision=1063
Fixes our Pentium I incompatibilities for real. Will be changed again, when the host/target issues are eventually solved.
See issue #4635 for more details.
svn path=/trunk/tools/RosBE/; revision=1058
- clean did not remove the makefile in the PS Version.
- ssvn did not work, because RosBE creates the logdir before the folder emptyness test.
Plz test.
svn path=/trunk/tools/RosBE/; revision=1053