Response files
Walter Bright
newshound1 at digitalmars.com
Fri Mar 20 19:27:28 PDT 2009
Frank Benoit wrote:
> DMD 1.041 on windows does support response files, that is a file
> containing arguments.
> On Linux dmd does not understand that.
The windows response files date back to the problem DOS/Windows had with
only a very short command line length was allowed. So the arguments were
put into a file instead.
It's probably a good idea to do it for Linux, too.
More information about the Digitalmars-d
mailing list