Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Tasks « src « nant « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 68de36bb94a1c090bdfe8c4af64de5d67748744c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
2002-04-26  Martin Baulig  <martin@gnome.org>

	* 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.