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