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