A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Colin Finck 1f305e171d - Don't create a temporary batch file through "echo" commands and replace the double quotation marks by single quotation marks.
This way we are only bound to the CreateProcess limit (32767 characters) and not to the maximum cmd command line (8192 characters). Fixes the "Line too long" problems some people were experiencing.
  Thanks to Yury Sidorov on ros-dev for the hint.
- Simplify the GenerateLinkerCommand code by removing a duplicated code path, which existed for a bug closed some time ago.
  Thanks to Hervé for the hint.

svn path=/trunk/; revision=34218
2008-06-30 12:56:47 +00:00
irc Change the logic and make the AnswerInPublic Command option opt-out instead of opt-in. Now everything except !help is allowed in public again (due to popular demand). 2008-06-25 14:13:21 +00:00
reactos - Don't create a temporary batch file through "echo" commands and replace the double quotation marks by single quotation marks. 2008-06-30 12:56:47 +00:00
rosapps Nicolas Sapa < reactos AT byme DOT at> 2008-06-29 20:12:42 +00:00
rostests Operator new[] should go with delete[] 2008-06-28 19:49:04 +00:00
wallpaper