If anything ever came from the talk about using a
machine config file to specify the compiler to use
this contribution might be useful.
Note: forwarded message attached.
__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com
--- Begin Message ---
Hi,
here's a small patch for NAnt to make it support MCS-style command line
arguments.
====
2002-04-26 Martin Baulig <[EMAIL PROTECTED]>
* CompilerBase.cs (WriteOption): New virtual method. The default
implementation writes CSC-style command line options, but it can
be overridden in derived class to write mcs-style command line
arguments.
(ExecuteTask): Use the new virtual `WriteOption' method to write
options.
* CscTask.cs (WriteOptions): Use the new `WriteOption' method.
* McsTask.cs: New file.
====
diff
Description: Binary data
--
Martin Baulig
[EMAIL PROTECTED]
--- End Message ---