[MonoDevelop] F# and using a response file to pass options
Michael Hutchinson
m.j.hutchinson at gmail.com
Thu Mar 25 01:11:50 EDT 2010
On Thu, Mar 25, 2010 at 12:34 AM, Vasili I. Galchin <vigalchin at gmail.com> wrote:
> Hello,
>
> After my experimentation, reading "fsc --help" vs "csc -- help", and
> some fsc source code (build.fs), I am not convinced that compile-time
> command line options can be passed in a "response file" to fsc as in the
> case of csc (i.e. CSharpBindingCompilerManager.cs:Compile). Am I wrong?
I can't find anything about fsc response files in the MSDN docs or a
quick googling, but it's probably worth testing whether the csc
argument (@responsefilename) works. IIRC one of the reasons for
response files is to work around the OS's maximum permitted length for
program arguments.
--
Michael Hutchinson
http://mjhutchinson.com
More information about the Monodevelop-list
mailing list