Copied remotely
[mono.git] / mcs / nant / ChangeLog
1 2002-04-28  Nick Drochak  <ndrochak@gol.com>
2
3         * makefile: Make NAnt.exe dependant on all the *.cs in src and each sub
4         dir.  Since we don't remove it on a 'make clean' it doesn't get rebuilt
5         when a new file is added or an existing one changed.
6
7 2002-03-17  Nick Drochak  <ndrochak@gol.com>
8
9         * makefile: Do not remove the NAnt.exe on a 'make clean'.  This would
10         prevent other cleans from happening that need nant.
11
12 2002/03/15  Nick Drochak <ndrochak@gol.com>
13
14         * makefile: Compile a version of NAnt with Mono's libs.  It only does
15         this if you 'make NAnt_mono.exe'. Of course, right now the resulting
16         exe probably is not going to work yet becuase of the immature class
17         libs.