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