db48a7e00619405b0db687a78deb07349fb9c36e
[mono.git] / mcs / build / ChangeLog
1 2004-06-14  Raja R Harinath  <rharinath@novell.com>
2
3         * library.make (uninstall-local): Fix typo.
4
5 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * library.make : HAVE_CS_TESTS fixie.
8
9 2004-06-11  Raja R Harinath  <rharinath@novell.com>
10
11         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
12         overriden.  Useful if the tests sourcefile is generated.
13         (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
14
15         * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
16
17         Support enough features to build mscorlib.dll.
18         * library.make (core_sourcefile): New renamed from $(sourcefile).
19         (PLATFORM_excludes): Auto-detecting define that sees if
20         $(LIBRARY).$(PLATFORM)-excludes file exists.
21         (sourcefile): New.  Possibly-built file that removes
22         PLATFORM_excluded files from core_sourcefile.
23         (test_against, test_dep): New.  Allow the test assembly to be
24         built against a different library.
25         (test_lib): Allow makefile to override the name of the test
26         assembly.
27         (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
28         rather than $(gacutil).
29         (DISTFILES, dist-local): Use core_sourcefile.
30         (clean-local): Remove sourcefile if it was generated.
31         (test_lib, btest_lib): Depend on $(test_dep).
32
33 2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
34
35         * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
36
37 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * library.make: Added support to fully sign assemblies when doing a
40         "make install" (thanks to Jackson :-).
41
42 2004-06-09  Raja R Harinath  <rharinath@novell.com>
43
44         Do away with stampfiles.
45         Introduce support for VB test cases.
46         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
47         defines.
48         (stampfile, test_stampfile): Remove.
49         (clean-local): Don't mention them.
50         (test-local, run-test-local, run-test-ondotnet-local):
51         Make unconditional.
52         ($(makefrag), $(test_makefrag)): Simplify.
53         ($(btest_lib)): New.  Support for VB testcases.
54
55 2004-06-09  Raja R Harinath  <rharinath@novell.com>
56
57         Partial support for writing Visual Basic source files.
58         * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
59         * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
60         * profiles/default.make (MBAS): New.
61
62 2004-06-09  Raja R Harinath  <rharinath@novell.com>
63
64         Do away with stampfiles.
65         * executable.make (stampfile): Remove.
66         (clean-local): Remove mention of $(stampfile).
67         (test-local, run-test-local, run-test-ondotnet-local):
68         Make unconditional.  Add dummy rule to prevent other makefiles
69         from defining rules on these.
70         ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
71         ($(makefrag)): Simplify.
72
73 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * README.makefiles : added description for run-test-ondotnet.
76
77 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
78
79         * Makefile, executable.make, library.make, rules.make :
80           Added new target "run-test-ondotnet" that works what "run-test"
81           used to be on windows (i.e. tests our libs under MS.NET).
82
83 2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
84
85         * platforms/win32.make : TEST_RUNTIME should be always mono we can't
86           test our libs against MS.NET runtime. Think about internal call).
87
88 2004-05-30  Jackson Harper  <jackson@ximian.com>
89
90         * library.make: Install to 2.0 package if building with the
91         net_2_0 profile.
92         
93 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
94
95         * library.make: reference nunti.core.dll and nunit.util.dll when
96         building tests.
97
98 2004-05-26  Raja R Harinath  <rharinath@novell.com>
99
100         * library.make (clean-local): Add $(CLEAN_FILES) too.
101
102 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
103
104         * library.make: changed case on nunit.framework.dll (lowercase)
105
106 2004-05-24  Raja R Harinath  <rharinath@novell.com>
107
108         * library.make (LIBRARY_COMPILE): New define.
109         ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
110
111         * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
112         a different directory for installation.
113         (install-local, uninstall-local): Use it.
114
115 2004-05-20  Raja R Harinath  <rharinath@novell.com>
116
117         * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
118         for library to be tested.
119         * rules.make (INTERNAL_RESGEN): New Define.
120         * library.make (run-test-local): Move commands to run-test-lib.
121         Preparartion for allowing creation of addition test dll with .vb
122         testcases.
123         * executable.make (PROGRAM_COMPILE): New define.
124         ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
125
126 2004-05-14  Jackson Harper  <jackson@ximian.com>
127
128         * library.make: Install package files. Get params in magical
129         correct order.
130         
131 2004-05-11  Jackson Harper  <jackson@ximian.com>
132
133         * platforms/linux.make:
134         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
135         separating paths in env vars. (ie MONO_PATH).
136         * profiles/net_2_0.make: Always use gmcs for building the 2.0
137         libraries. corlib is the first lib built and it will build gmcs.
138         
139 2004-05-11  Jackson Harper  <jackson@ximian.com>
140
141         * library.make: Allow assembly names to be different then their
142         .sources file names.
143         
144 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
145
146         * library.make: build NUnit if we try to run 'make test' and the dll
147         is not found.
148
149 2004-04-29  Jackson Harper  <jackson@ximian.com>
150
151         * library.make: Fix uninstall
152         
153 2004-04-29  Martin Baulig  <martin@ximian.com>
154
155         * rules.make: Added `INTERNAL_ILASM'.
156
157 2004-04-29  Jackson Harper  <jackson@ximian.com>
158
159         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
160         gacutil. gacutil needs to be run on our runtime. Make dependancys
161         more sane.
162         
163 2004-04-28  Jackson Harper  <jackson@ximian.com>
164
165         * library.make: Use the proper runtime, make sure gacutil is
166         built.
167         
168 2004-04-28  Jackson Harper  <jackson@ximian.com>
169
170         * library.make: Install these bad actors to the GAC.
171         
172 2004-04-28  Raja R Harinath  <rharinath@novell.com>
173
174         * library.make (test_flags): NUnit.Framework.dll is now in
175         class/lib/$(PROFILE).
176
177 2004-04-26  Jackson Harper  <jackson@ximian.com>
178
179         * library.make:
180         * profiles/bootstrap.make:
181         * profiles/default.make: profiles are built in their ownb lib
182         directory now.
183         * profiles/net_2_0.make: new .net 2.0 profile.
184         
185 2004-04-22  Martin Baulig  <martin@ximian.com>
186
187         * profiles/net_1_2.make: Removed.
188         * profiles/martin-generics.make: Remove.
189
190 2004-04-19  Raja R Harinath  <rharinath@novell.com>
191
192         * rules.make (%-recursive): Honor 'make -k'.
193
194 2004-02-17  Martin Baulig  <martin@ximian.com>
195
196         * profiles/generics.make: Renamed to `martin-generics.make' and
197         added a comment to the file.  I'll rename this back when it's
198         ready for public use.
199
200 2003-12-17  Jackson Harper <jackson@ximian.com>
201
202         * profiles/default.make:
203         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
204         the build
205         
206 2003-12-08  Peter Williams  <peter@newton.cx>
207
208         * config-default.make: Don't check for / define
209         ECHO_ESCAPE: the check isn't smart enough and
210         apparently OS X's shell somehow doesn't support
211         escape characters.
212
213         * library.make: Use embedded tab instead of 
214         $(ECHO_ESCAPE). Fixes OS X build.
215         
216         * executable.make: Same.
217         
218 2003-12-05  Martin Baulig  <martin@ximian.com>
219
220         * profiles/generics.make: Define `GENERICS'.
221
222 2003-12-05  Martin Baulig  <martin@ximian.com>
223
224         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
225         without generics and with mcs instead of gmcs.
226
227         * profiles/bootstrap.make: New profile; already use the newly
228         compiled mcs to compile corlib.
229
230 2003-12-04  Martin Baulig  <martin@ximian.com>
231
232         * profiles/generics.make: Use gmcs.
233
234 2003-11-12 Jackson Harper <jackson@ximian.com>
235
236         * rules.make: 
237         * platforms/linux.make: corlib name is now mscorlib.
238         
239 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
240
241         * profiles/generics.make: add the -2 flag.
242
243 2003-10-28 Jackson Harper <jackson@ximian.com>
244
245         * platforms/linux.make: Tell users to read INSTALL.txt not the
246         non-existant README.building.
247         
248 2003-10-22  Dick Porter  <dick@ximian.com>
249
250         * platforms/win32.make:
251         * platforms/linux.make:
252         * rules.make: Added RESGEN platform-specific tool.
253
254 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
255
256         * config-default.make: the /nowarn arguments are now set on a per
257         library basis.
258
259 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
260
261         * executable.make: install-local depends on the program too.
262
263 2003-07-25  Peter Williams <peter@newton.cx>
264
265         * rules.make (run-test): Make it depend on 'test-local'
266         then 'run-test-local' after 'run-test-recursive'. This way,
267         'make run-test' from the toplevel doesn't recurse through all
268         the directories doing a make test before we run anything.
269
270 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
271
272         * rules.make: run-test depends now on 'test'.
273
274 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
275
276         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
277
278 2003-07-22  Peter Williams  <peter@newton.cx>
279
280         * rules.make (withmcs): Add this developer utility target.
281
282 2003-07-20  Peter Williams  <peter@newton.cx>
283
284         * README.platforms: Update docs for changes below.
285
286         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
287         to 'mscorlib.dll', instead of $(corlib) which everything links
288         against. *Almost* everything should link against our corlib --
289         with the exception of corlib_cmp and corlib_res.
290
291         * platforms/linux.make: Same here: corlib.dll
292
293         * rules.make: Define $(corlib) here.
294
295 2003-07-20  Peter Williams  <peter@newton.cx>
296
297         * config-default.make (TEST_RUNTIME): Use the platform runtime
298         to run tests, by default.
299
300         * profiles/default.make (TEST_RUNTIME): If our test runtime is
301         mono, use the --debug flag.
302
303         * executable.make (sourcefile): Add a basename so that we can
304         find the nunit sources and so we behave a bit more like
305         library.make
306
307         * config-default.make (TEST_HARNESS): Find nunit-console in its
308         new home.
309
310 2003-07-20  Peter Williams  <peter@newton.cx>
311
312         * library.make ($(response)): Do a "Creating ..." line here.
313
314         * executable.make ($(response)): Same.
315
316         * config-default.make: Make warning more forceful.
317
318         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
319         set if the platform does not have a native runtime (ie, linux).
320         Also reorder some definitions.
321
322 2003-07-20  Peter Williams  <peter@newton.cx>
323
324         * Created. See ../ChangeLog for entries earlier than
325         this.
326