2002-10-10 Rodrigo Moya <rodrigo@ximian.com>
[mono.git] / mcs / ChangeLog
1 2002-10-10  Rodrigo Moya <rodrigo@ximian.com>
2
3         * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
4
5 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
6
7         * class/makefile.gnu: added System.Data.Odbc directory.
8
9 2002-09-14  Piers Haken <piersh@friskit.com>
10
11         * */makefile.gnu:
12                 use $(topdir)
13                 build nunit into $(topdir)/class/lib
14
15 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16
17         * makefile.gnu:
18         * class/library.make:
19         * class/makefile.gnu:
20         * class/I18N/makefile.gnu
21         * class/corlib/makefile.gnu:
22         * class/corlib/Test/ChangeLog:
23         * class/corlib/Test/corlib_linux_test.args:
24         * class/corlib/Test/makefile.gnu:
25         * class/corlib/Test/run_test.sh:
26         * jay/makefile.gnu:
27         * mcs/makefile.gnu:
28         * monoresgen/makefile.gnu:
29         * nunit/makefile.gnu:
30
31         Allow running 'make -f makefile.gnu test' from top directory.
32         In the libraries makefile.gnu you just have to add TEST_DIR=dirname
33         with the name where tests reside.
34
35 2002-08-23  Martin Baulig  <martin@gnome.org>
36
37         * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
38
39 2002-08-13  Piers Haken <piersh@friskit.com>
40
41         * class/library.make: merge back original makefile.gnu behavior
42         * */makefile.gnu: merge back original makefile.gnu behavior
43
44 2002-08-12  Piers Haken <piersh@friskit.com>
45
46         * class/library.make: use 'find' to specify source files, instead of static files
47         * */makefile.gnu: specify include/exclude patterns for source files
48
49 2002-08-07  Peter Williams  <peterw@ximian.com>
50
51         * class/library.make (.makefrag): Fix this rule a bit; was using
52         $^ instead of $<
53
54 2002-07-29  Peter Williams  <peterw@ximian.com>
55
56         * makefile.gnu: 'make install' wasn't actually working due to $@,
57         fix it.
58
59 2002-07-29  Martin Baulig  <martin@gnome.org>
60
61         * makefile.gnu: Don't force people to install.  The default must also
62         be `all' and not `install'.
63
64 2002-07-26  Alp Toker  <alp@atoker.com>
65
66         * INSTALL: Wrote a guide to mcs installation.
67         * README: Updated to reflect the new INSTALL guide.
68
69 2002-07-23  Alp Toker  <alp@atoker.com>
70
71         * makefile.gnu: Added an install target (which sets permissions and
72         respects prefix) and a dist target which produces a tarball. Also
73         fixed a few other makefile issues.
74
75 2002-07-22  Peter Williams  <peterw@ximian.com>
76
77         * class/library.make: Oops, the deps weren't right -- touching a .cs
78         file didn't cause the libraries to be rebuilt.
79         (clean): Robustify this rule a bit.
80
81 2002-07-20  Martin Baulig  <martin@gnome.org>
82
83         * class/makefile.gnu: Added System.Data.
84
85 2002-07-20  Martin Baulig  <martin@gnome.org>
86
87         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
88
89         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
90
91 2002-07-19  Martin Baulig  <martin@gnome.org>
92
93         * makefile.gnu (DIRS): Added nunit.
94
95 2002-07-19  Martin Baulig  <martin@gnome.org>
96
97         Added the super-cool set of makefiles from Peter Williams which run on
98         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
99         since this won't break the windows build.
100
101         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
102
103         * mcs-tool, */makefile.gnu, class/library.make: New files.
104
105 2002-07-19  Martin Baulig  <martin@gnome.org>
106
107         * */makefile (NANT): Use a variable `NANT' so the user can override it with
108         `make NANT=/usr/local/bin/NAnt.exe'.
109
110 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
111
112         * AUTHORS: add me to class libraries list
113
114 2002-03-26  Dick Porter  <dick@ximian.com>
115
116         * makefile (linux): Abandon the build if any of the subdir makes fail
117
118 2002-03-07  Nick Drochak  <ndrochak@gol.com>\r
119 \r
120         * makefile: Change order of build so corlib is built before nunit since\r
121         Nunit needs corlib now.\r
122 \r
123 2002-02-14  Nick Drochak  <ndrochak@gol.com>\r
124 \r
125         * makefile: Build mcs/doctools too when one does 'make'\r
126 \r
127 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
128 \r
129         * on the 'test' target, make sure NUnit is built first before building\r
130         and running tests\r
131 \r
132 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
133 \r
134         * add nunit directory to the list of dirs to build in