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