Added a missing ;
[mono.git] / mcs / ChangeLog
1 2002-07-22  Peter Williams  <peterw@ximian.com>
2
3         * class/library.make: Oops, the deps weren't right -- touching a .cs
4         file didn't cause the libraries to be rebuilt.
5         (clean): Robustify this rule a bit.
6
7 2002-07-20  Martin Baulig  <martin@gnome.org>
8
9         * class/makefile.gnu: Added System.Data.
10
11 2002-07-20  Martin Baulig  <martin@gnome.org>
12
13         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
14
15         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
16
17 2002-07-19  Martin Baulig  <martin@gnome.org>
18
19         * makefile.gnu (DIRS): Added nunit.
20
21 2002-07-19  Martin Baulig  <martin@gnome.org>
22
23         Added the super-cool set of makefiles from Peter Williams which run on
24         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
25         since this won't break the windows build.
26
27         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
28
29         * mcs-tool, */makefile.gnu, class/library.make: New files.
30
31 2002-07-19  Martin Baulig  <martin@gnome.org>
32
33         * */makefile (NANT): Use a variable `NANT' so the user can override it with
34         `make NANT=/usr/local/bin/NAnt.exe'.
35
36 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
37
38         * AUTHORS: add me to class libraries list
39
40 2002-03-26  Dick Porter  <dick@ximian.com>
41
42         * makefile (linux): Abandon the build if any of the subdir makes fail
43
44 2002-03-07  Nick Drochak  <ndrochak@gol.com>\r
45 \r
46         * makefile: Change order of build so corlib is built before nunit since\r
47         Nunit needs corlib now.\r
48 \r
49 2002-02-14  Nick Drochak  <ndrochak@gol.com>\r
50 \r
51         * makefile: Build mcs/doctools too when one does 'make'\r
52 \r
53 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
54 \r
55         * on the 'test' target, make sure NUnit is built first before building\r
56         and running tests\r
57 \r
58 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
59 \r
60         * add nunit directory to the list of dirs to build in