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