Hey, do you know when this started happening or has rbuild always had lines that are too long for ROS cmd? Should we just change CMDLINE_LENGTH to something else, because apparently CMDLINE_LENGTH is not really the max a line can be as rbuild works with MS cmd.
Brandon
ReactOS.Bugzilla@reactos.com wrote:
http://reactos.com/bugzilla/show_bug.cgi?id=708
------- Additional Comments From hartmut.birr@gmx.de 2005-12-08 16:14 ------- cmd.exe uses a fixed size command and batch line buffer. 512 characters are not enough for our current build system.