Commit Graph

92 Commits

Author SHA1 Message Date
Peter Ward
23e86c976a - FILE to fp ;).
svn path=/trunk/tools/RosBE/; revision=517
2007-11-09 17:07:56 +00:00
Colin Finck
37f72b75ca - Create the %AppData%\RosBE directory if it does not exist
- Change all 'FILE *FILE' variables to 'FILE *fp' to avoid variable name/type name confusions

svn path=/trunk/tools/RosBE/; revision=516
2007-11-08 22:34:49 +00:00
Colin Finck
2b8d933496 Make cpucount more similar to the RosBE-Unix version
- Show the Usage text, when any unknown parameter has been specified
- Makes the whole code a bit smaller :-D

svn path=/trunk/tools/RosBE-Windows/; revision=514
2007-11-08 20:20:59 +00:00
Pierre Schweitzer
f6107d6932 - Silent last warning
- Some code cleanup

svn path=/trunk/tools/RosBE-Windows/; revision=507
2007-11-07 12:12:02 +00:00
Pierre Schweitzer
9db61dba67 Partially revert rev 30214 for two reasons :
- French texts need a space before a ! (cf : previous commits)
- Colors were good according to those docs : http://support.microsoft.com/kb/86371/en-us and http://www.computerhope.com/color.htm

svn path=/trunk/tools/RosBE-Windows/; revision=506
2007-11-06 11:13:01 +00:00
Daniel Reimer
579dace77d Fix some things in the RC Files, like the Color Names and some typos.
Translate German stuff.

svn path=/trunk/tools/RosBE-Windows/; revision=505
2007-11-06 08:02:37 +00:00
Pierre Schweitzer
1ddc63744f Moved last hardcoded strings to RC files
svn path=/trunk/tools/RosBE-Windows/; revision=504
2007-11-05 23:01:37 +00:00
Pierre Schweitzer
f7b7bad207 Added a status bar to display status of previous settings
svn path=/trunk/tools/RosBE-Windows/; revision=502
2007-11-05 22:39:12 +00:00
Pierre Schweitzer
af9525e069 Moved colors names to RC files
svn path=/trunk/tools/RosBE-Windows/; revision=501
2007-11-05 22:15:45 +00:00
Peter Ward
2161d19c51 - Very quickly, make scut.exe create it's file if needed and remoce the srclist.txt from svn.
svn path=/trunk/tools/RosBE-Windows/; revision=498
2007-11-05 13:04:18 +00:00
Pierre Schweitzer
b3b899c3b3 - Fixed typo
- Code cleanup
- Changed color name to match with good names

svn path=/trunk/tools/RosBE-Windows/; revision=495
2007-11-05 10:23:42 +00:00
Pierre Schweitzer
2d65af7fbf - Updated translations according to changes in rev 30015
- Updated changelog

svn path=/trunk/tools/RosBE-Windows/; revision=494
2007-11-04 22:25:35 +00:00
Pierre Schweitzer
0fd8db7b3f - Silent A warning
- Fixed THE last bug (bis)

svn path=/trunk/tools/RosBE-Windows/; revision=493
2007-11-04 22:11:44 +00:00
Pierre Schweitzer
0b99d269be Fixed last bugs (I hope !)
svn path=/trunk/tools/RosBE-Windows/; revision=492
2007-11-04 22:00:09 +00:00
Pierre Schweitzer
a6fc34c918 - Silent some warnings
- Fixed bugs with control state when loading settings
- Free memory

svn path=/trunk/tools/RosBE-Windows/; revision=491
2007-11-04 21:14:12 +00:00
Pierre Schweitzer
7aefb3362f Second part of my previous patch.
- Previous settings are loaded
- TODO list is now empty !

svn path=/trunk/tools/RosBE-Windows/; revision=490
2007-11-04 20:29:50 +00:00
Daniel Reimer
cf3c2b5d4f Patch by Pierre Schweitzer:
This is first part to get rid of TODO list
- Reorganized code
- Added check to avoid buffer overflow
- Removed unused vars
- Improved Save button status

svn path=/trunk/tools/RosBE-Windows/; revision=487
2007-11-04 14:05:34 +00:00
Daniel Reimer
35eaebf087 And as always... you forget something...
Cleanup the Tools needed txt-file
remove the mirror file of srclist.txt

svn path=/trunk/tools/RosBE-Windows/; revision=486
2007-11-01 22:13:09 +00:00
Peter Ward
87a49a5af7 - Make options.exe use APPDATA.
- Move the functionality of scut.cmd into a .c file
  (and use APPDATA for srclist.txt).
- Give rosbe-gcc-env.cmd the ability to initialize a GCC without
  the rest of the scripts.
- Changed the options.exe icon to one that fits better with an
  "options" tool.
- options.exe will live in the Tools directory now.
- Move Root\srclist.txt to Tools\srclist.txt.
- Other miscellaneous cleanup.

svn path=/trunk/tools/RosBE-Windows/; revision=476
2007-10-31 15:15:29 +00:00
Daniel Reimer
d048d5956b Some more fixes
svn path=/trunk/tools/RosBE-Windows/; revision=475
2007-10-30 14:43:38 +00:00
Daniel Reimer
e4d51ba47f Cleanup Code. (Thx to Ged Murphy)
Update Info.txt

svn path=/trunk/tools/RosBE-Windows/; revision=474
2007-10-30 14:34:27 +00:00
Daniel Reimer
ecf182a9d7 My try to make RosBE Configurator using Default LogDir on a Empty TextBox and the Path in the Box if not empty. DANGER: N00b Code. Plz Check!
svn path=/trunk/tools/RosBE-Windows/; revision=473
2007-10-29 21:33:50 +00:00
Daniel Reimer
8cc246ec93 Update the Changelog once more.
Remove Trailing Spaces.
Version 1.0 Soon at your local nerd's house.

svn path=/trunk/tools/RosBE-Windows/; revision=472
2007-10-29 20:30:28 +00:00
Daniel Reimer
c0b1784b16 And another nice Patch by Pierre Schweitzer.
- Improved sample text display (using bold font)
- Centered sample text in rect
- Continued code cleanup

svn path=/trunk/tools/RosBE-Windows/; revision=471
2007-10-28 20:43:08 +00:00
Daniel Reimer
49944e40da Patch by Pierre Schweitzer:
- Fixed a small regression with save button state introduced in rev 29850
- Moved UINT i to loop as it was done previously (that's C99 standard, and better)
- Updated french translation

svn path=/trunk/tools/RosBE-Windows/; revision=468
2007-10-27 13:17:48 +00:00
Peter Ward
0ee85db4f1 - Make options.exe only write path variables if there is something to write.
- Fix a bug in the way options.cmd was calling options.exe.
- Move GCC environment setup to rosbe-gcc-env.cmd to support the next bullet.
- Added the command 'chdefgcc' to allow easy switching of the
  current toolset.
  (automatically adjusts all include/lib/binary paths for the new location/GCC version)

svn path=/trunk/tools/RosBE-Windows/; revision=465
2007-10-26 12:16:27 +00:00
Peter Ward
48667da436 - Make tee behave properly with regards to overwriting files.
svn path=/trunk/tools/RosBE-Windows/; revision=464
2007-10-25 23:27:44 +00:00
Peter Ward
228651401d - Fix typo.
svn path=/trunk/tools/RosBE-Windows/; revision=455
2007-10-25 09:31:08 +00:00
Peter Ward
37b3155211 - Couple of minor tweaks.
svn path=/trunk/tools/RosBE-Windows/; revision=454
2007-10-25 09:28:57 +00:00
Daniel Reimer
064d0dbe8f Shorten the Text Fields a bit. This prevents Graphical errors in the Preview. French, as Russian Language need work
svn path=/trunk/tools/RosBE-Windows/; revision=453
2007-10-25 09:21:08 +00:00
Peter Ward
50d32af993 - Cleanup cpucount a bit, add usage info etc...
svn path=/trunk/tools/RosBE-Windows/; revision=452
2007-10-25 08:16:01 +00:00
Peter Ward
00440394ce - Added a minimal replacement for tee.
- Some other miscellaneous cleanup.

svn path=/trunk/tools/RosBE-Windows/; revision=451
2007-10-25 07:14:03 +00:00
Peter Ward
9e073cd20e - Added a small utility (chkslash) to check if a string contains
a backslash '\', it's needed for the reladdr2line.cmd changes
  below.
- Modified reladdr2line so that you can now use 'raddr2line ntdll.dll 7c90e143'
  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)
- Some other miscellaneous cleanup.

svn path=/trunk/tools/RosBE-Windows/; revision=448
2007-10-25 01:15:26 +00:00
Daniel Reimer
06d953f078 Improve the GUI to be easier to understand.
svn path=/trunk/tools/RosBE-Windows/; revision=447
2007-10-24 16:42:07 +00:00
Daniel Reimer
31bce049fa /me == stupid. OK, next time I will initialize everything...
svn path=/trunk/tools/RosBE-Windows/; revision=446
2007-10-24 13:32:10 +00:00
Daniel Reimer
edc71a2c31 After Geds Help to get it run, here the rest you need :-) Thx to Ged.
svn path=/trunk/tools/RosBE-Windows/; revision=445
2007-10-24 11:28:18 +00:00
Ged Murphy
1fc957850c fix some small problems EmuandCo was having, in what is very problematic code....
svn path=/trunk/tools/RosBE-Windows/; revision=444
2007-10-24 11:20:23 +00:00
Peter Ward
d3bc89592f - 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.
- Some other miscellaneous cleanup.

svn path=/trunk/tools/RosBE-Windows/; revision=442
2007-10-24 07:04:52 +00:00
Peter Ward
3c003b8211 - My little friend, whatever are you doing here?
svn path=/trunk/tools/RosBE-Windows/; revision=441
2007-10-23 21:15:08 +00:00
Peter Ward
c5b888e49e - Make the makefile work again, and add 'clean' to it.
svn path=/trunk/tools/RosBE-Windows/; revision=440
2007-10-23 21:06:47 +00:00
Daniel Reimer
9f15dea05a Clean up Readme.txt, Readme.pdf, info.txt, License.txt
Try to clean up and simplify the makefiles.

svn path=/trunk/tools/RosBE-Windows/; revision=439
2007-10-23 19:09:38 +00:00
Peter Ward
66666c9ed2 - Remove the need for cutz.cmd and delete it.
svn path=/trunk/tools/RosBE-Windows/; revision=434
2007-10-23 00:27:32 +00:00
Daniel Reimer
7135ed5c2f - Updated ChangeLog.txt and readme.txt
- Completely rewrote scut to work without grep sed cut and co and added a edit function. thx to Peter Ward for his help.
- Updated help.
- Successfully removed two of three workarounds in cutz.cmd.

svn path=/trunk/tools/RosBE-Windows/; revision=417
2007-10-21 22:37:16 +00:00
Daniel Reimer
d1772ac85f More Code Cleanup by Pierre Schweitzer
svn path=/trunk/tools/RosBE-Windows/; revision=413
2007-10-21 17:19:07 +00:00
Daniel Reimer
4805390539 Updates to Config by Pierre Schweitzer.
Changes:
- Continue dralnix code cleanup.
- Added checks to avoid buffers overflow.
- Updated french translation.

svn path=/trunk/tools/RosBE-Windows/; revision=410
2007-10-21 12:23:13 +00:00
Peter Ward
a9a49b0c69 - Fix some typos, bit more cleanup.
svn path=/trunk/tools/RosBE-Windows/; revision=405
2007-10-20 06:37:14 +00:00
Peter Ward
1b19370e31 - Renamed options.cmd -> rosbe-options.cmd.
svn path=/trunk/tools/RosBE-Windows/; revision=404
2007-10-20 04:28:55 +00:00
Peter Ward
ff853459b8 - Make variable names more consistent and continue with a bit more cleanup, unfinished.
svn path=/trunk/tools/RosBE-Windows/; revision=402
2007-10-20 03:54:28 +00:00
Daniel Reimer
1227a09208 Modify options.exe to enable and disable strpping and ccache.
Add this to cmds too.

svn path=/trunk/tools/RosBE-Windows/; revision=399
2007-10-19 21:47:06 +00:00
Daniel Reimer
172e96b7bc Update Russian LangFile of options.exe (thx to towerr once more) STILL a problem which causes the resources to be displayed wrong.
Set EOL:Style native
Remove trailing Spaces

svn path=/trunk/tools/RosBE-Windows/; revision=398
2007-10-19 09:52:23 +00:00