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