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

ChangeLog « nant « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8cf5a0b4513dede2ebfb753b8fa7b3c8e4e24ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
2002-04-28  Nick Drochak  <ndrochak@gol.com>

	* makefile: Make NAnt.exe dependant on all the *.cs in src and each sub
	dir.  Since we don't remove it on a 'make clean' it doesn't get rebuilt
	when a new file is added or an existing one changed.

2002-03-17  Nick Drochak  <ndrochak@gol.com>

	* makefile: Do not remove the NAnt.exe on a 'make clean'.  This would
	prevent other cleans from happening that need nant.

2002/03/15  Nick Drochak <ndrochak@gol.com>

	* makefile: Compile a version of NAnt with Mono's libs.  It only does
	this if you 'make NAnt_mono.exe'. Of course, right now the resulting
	exe probably is not going to work yet becuase of the immature class
	libs.