- Removed SetMenuBarWindow call. We do this in Form.cs
[mono.git] / mcs / build / ChangeLog
1 2004-11-04  Raja R Harinath  <rharinath@novell.com>
2
3         * profiles/net_1_1_bootstrap.make: New profile.
4         * profiles/net_2_0_bootstrap.make: Use in-tree mcs for
5         bootstrapping mscorlib.dll.
6         * platforms/linux.make (platform-check): Make more robust.
7         * rules.make (%-recursive): Propagate error exit from sub-makes
8         even if invoked with 'make -k'.
9
10 2004-10-29  Raja R Harinath  <rharinath@novell.com>
11
12         * profiles/net_2_0_bootstrap.make (PROFILE_MCS_FLAGS): Remove
13         -langversion:default flag.
14
15         * rules.make (distdir): Remove.
16         (PROFILE_SUBDIRS): New.  Support profile-specific SUBDIRS.
17         (DIST_SUBDIRS): New.
18         (dist-recursive): Define distdir here.
19
20 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
21
22         * config-default.make (TEST_RUNTIME): Add TEST_MONO_PATH variable.
23
24 2004-09-27  Raja R Harinath  <rharinath@novell.com>
25
26         * library.make ($(test_nunit_dep)): Make sure NUnit is built for
27         the profile being tested.
28         (nunit-$(PROFILE).stamp): Rename from nunit.stamp.
29         * config-default.make (TEST_HARNESS): Look for 'nunit-console' in
30         profile-specific directory.
31
32 2004-09-21  Raja R Harinath  <rharinath@novell.com>
33
34         * profiles/net_2_0_bootstrap.make: New file.
35
36         * library.make (the_mdb): Fix.
37         (library_CLEAN_FILES): Add the new test results files too.
38
39 2004-09-14  Raja R Harinath  <rharinath@novell.com>
40
41         * library.make (test_lib, btest_lib): Build separate test
42         assemblies for separate profiles.
43         (dist-local): Don't copy files beginning with '../'.
44         (test_sourcefile, btest_sourcefile): Define in terms of
45         $(test_lib) or $(btest_lib) only if they're overriden.
46         (test_response, test_makefrag): Remove redundant $(PROFILE) in name.
47         (run-test-lib, run-btest-lib): Unify.  Give profile-specific name
48         for output XML file.
49         * rules.make (dist-default): Handle any of Makefile, makefile, or
50         GNUmakefile being present.
51         * profiles/net_2_0.make (TEST_RUNTIME): Don't define.
52
53 2004-08-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
54
55         * executable.make:
56         * library.make: install/clean .mdb files.
57
58 2004-07-30  Martin Baulig  <martin@ximian.com>
59
60         * executable.make (EXTRA_SOURCES): New variable to add extra
61         sources to the program.
62
63 2004-07-30  Raja R Harinath  <harinath@blr-harinath.blr.novell.com>
64
65         * executable.make (PROGRAM_config): New auto-detecting define.
66         Defined if $(PROGRAM).config exists.
67         (install-local): Install $(PROGRAM_config) if it exists.
68
69 2004-07-21  Lluis Sanchez Gual  <lluis@novell.com>
70
71         * profiles/default.make, profiles/net_2_0.make, profiles/net_1_0.make:
72           Added FRAMEWORK_VERSION var.
73
74 2004-07-02  Raja R Harinath  <rharinath@novell.com>
75
76         Support for avoiding "sharing violations" while compiling core
77         libraries with an in-tree compiler.
78         * library.make (LIBRARY_USE_INTERMEDIATE_FILE): New toggle.
79         ($(the_lib)): Use it.
80
81 2004-07-02  Raja R Harinath  <rharinath@novell.com>
82
83         * rules.make (OVERRIDE_BARE_TARGETS): Remove.
84         (OVERRIDE_TARGET_ALL): New control for overriding the default all:
85         rule.  If set, 'make all' will run 'all.override' from the client
86         Makefile.
87         (all): Move commands ...
88         (all.real): ... here.  Make ordering assumptions explicit, and
89         parallel-safe.
90         (test,run-test,run-test-ondotnet,clean,install,uninstall):
91         Consolidate into ...
92         (STD_TARGETS): ... this new variable.  Make ordering assumption
93         between -recursive and -local targets explicit.
94         (%-recursive): Handle W32 GNU make that has --unix as the first
95         argument in $(MAKE).
96         * README.makefiles (Special recursion needs): Update to reflect
97         changes.
98         * library.make (all-local): Build $(the_lib_signature_stamp) when
99         NO_SIGN_ASSEMBLY is defined.
100         ($(gacutil),$(sn)): Consolidate rules.
101         (test-local,run-test-local,run-test-ondotnet-local): Likewise.
102
103 2004-07-02  Raja R Harinath  <rharinath@novell.com>
104         
105         * config-default.make (TEST_RUNTIME): Use 'mono' by default.
106         * platforms/win32.make (TEST_RUNTIME): Remove.
107         * profiles/default.make (TEST_RUNTIME): Remove.
108
109 2004-06-28  Raja R Harinath  <rharinath@novell.com>
110
111         * platforms/linux.make (RESGEN): Define using $(INTERNAL_RESGEN).
112
113 2004-06-21  Raja R Harinath  <rharinath@novell.com>
114
115         * executable.make ($(PROGRAM)): Move depend on the makefrags ...
116         (all-local): ... here.
117         * library.make ($(the_lib), $(test_lib), $(btest_lib), all-local):
118         Likewise.
119         (LIBRARY_SNK): New default define.  Allows library to be signed
120         with a key other than mono.snk.
121         ($(the_lib_signature_stamp)): New stamp file created when an
122         assembly is signed.
123         (install-local, uninstall-local, maybe-sign-lib): Set MONO_PATH.
124
125 2004-06-16  Raja R Harinath  <rharinath@novell.com>
126
127         * library.make ($(makefrag),$(test_makefrag),$(btest_makefrag)): 
128         Depend on library.make.
129         * executable.make ($(makefrag)): Depend on executable.make.
130
131 2004-06-16  Atsushi Enomoto  <atsushi@ximian.com>
132
133         * library.make : Added GACDIR. Use cygpath -w on windows.
134
135 2004-06-14  Raja R Harinath  <rharinath@novell.com>
136
137         * platforms/linux.make (PLATFORM_CHANGE_SEPARATOR_CMD): Define to 'cat'.
138         (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
139         (platform-check): Avoid bash-ism.
140         * library.make: Simplify uses of $(patsubst x,y,$(foo)) to $(foo:x=y).
141         (core_sourcefile): Rename back to ...
142         (sourcefile): ... this.  Remove creation of redundant intermediate file.
143         (response): Change test for optimization, now that
144         PLATFORM_CHANGE_SEPARATOR_CMD is unconditional.  Combine with
145         platform-exclude handling.
146         (library_CLEAN_FILES): New variable to specify clean:-able files
147         close to where they're defined.
148         (test_response, btest_response): Simplify.
149         * executable.make (response): Change test for optimization.
150         (executable_CLEAN_FILES): New define.
151
152 2004-06-14  Raja R Harinath  <rharinath@novell.com>
153
154         * library.make (uninstall-local): Fix typo.
155
156 2004-06-11  Atsushi Enomoto  <atsushi@ximian.com>
157
158         * library.make : HAVE_CS_TESTS fixie.
159
160 2004-06-11  Raja R Harinath  <rharinath@novell.com>
161
162         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): Allow to be
163         overriden.  Useful if the tests sourcefile is generated.
164         (TEST_COMPILE, BTEST_COMPILE): Allow these to be customized too.
165
166         * platforms/win32.make (PLATFORM_TWEAK_CORLIB_SOURCES): Remove.
167
168         Support enough features to build mscorlib.dll.
169         * library.make (core_sourcefile): New renamed from $(sourcefile).
170         (PLATFORM_excludes): Auto-detecting define that sees if
171         $(LIBRARY).$(PLATFORM)-excludes file exists.
172         (sourcefile): New.  Possibly-built file that removes
173         PLATFORM_excluded files from core_sourcefile.
174         (test_against, test_dep): New.  Allow the test assembly to be
175         built against a different library.
176         (test_lib): Allow makefile to override the name of the test
177         assembly.
178         (LIBRARY_INSTALL_DIR): If defined, switch to using $(INSTALL_LIB)
179         rather than $(gacutil).
180         (DISTFILES, dist-local): Use core_sourcefile.
181         (clean-local): Remove sourcefile if it was generated.
182         (test_lib, btest_lib): Depend on $(test_dep).
183
184 2004-06-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
185
186         * library.make: fixed PLATFORM_CHANGE_SEPARATOR_CHAR on windows.
187
188 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
189
190         * library.make: Added support to fully sign assemblies when doing a
191         "make install" (thanks to Jackson :-).
192
193 2004-06-09  Raja R Harinath  <rharinath@novell.com>
194
195         Do away with stampfiles.
196         Introduce support for VB test cases.
197         * library.make (HAVE_CS_TESTS, HAVE_VB_TESTS): New auto-detecting
198         defines.
199         (stampfile, test_stampfile): Remove.
200         (clean-local): Don't mention them.
201         (test-local, run-test-local, run-test-ondotnet-local):
202         Make unconditional.
203         ($(makefrag), $(test_makefrag)): Simplify.
204         ($(btest_lib)): New.  Support for VB testcases.
205
206 2004-06-09  Raja R Harinath  <rharinath@novell.com>
207
208         Partial support for writing Visual Basic source files.
209         * rules.make (USE_MBAS_FLAGS,BASCOMPILE,INTERNAL_MBAS): New.
210         * config-default.make (MBAS_FLAGS, DEFAULT_MBAS_FLAGS): New.
211         * profiles/default.make (MBAS): New.
212
213 2004-06-09  Raja R Harinath  <rharinath@novell.com>
214
215         Do away with stampfiles.
216         * executable.make (stampfile): Remove.
217         (clean-local): Remove mention of $(stampfile).
218         (test-local, run-test-local, run-test-ondotnet-local):
219         Make unconditional.  Add dummy rule to prevent other makefiles
220         from defining rules on these.
221         ($(PROGRAM)): Depend directly on $(BUILT_SOURCES).
222         ($(makefrag)): Simplify.
223
224 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
225
226         * README.makefiles : added description for run-test-ondotnet.
227
228 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
229
230         * Makefile, executable.make, library.make, rules.make :
231           Added new target "run-test-ondotnet" that works what "run-test"
232           used to be on windows (i.e. tests our libs under MS.NET).
233
234 2004-06-01  Atsushi Enomoto  <atsushi@ximian.com>
235
236         * platforms/win32.make : TEST_RUNTIME should be always mono we can't
237           test our libs against MS.NET runtime. Think about internal call).
238
239 2004-05-30  Jackson Harper  <jackson@ximian.com>
240
241         * library.make: Install to 2.0 package if building with the
242         net_2_0 profile.
243         
244 2004-05-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
245
246         * library.make: reference nunti.core.dll and nunit.util.dll when
247         building tests.
248
249 2004-05-26  Raja R Harinath  <rharinath@novell.com>
250
251         * library.make (clean-local): Add $(CLEAN_FILES) too.
252
253 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
254
255         * library.make: changed case on nunit.framework.dll (lowercase)
256
257 2004-05-24  Raja R Harinath  <rharinath@novell.com>
258
259         * library.make (LIBRARY_COMPILE): New define.
260         ($(the_lib)): Use $(LIBRARY_COMPILE) to compile $(the_lib).
261
262         * executable.make (PROGRAM_INSTALL_DIR): Allow makefile to specify
263         a different directory for installation.
264         (install-local, uninstall-local): Use it.
265
266 2004-05-20  Raja R Harinath  <rharinath@novell.com>
267
268         * profiles/default.make (TEST_RUNTIME): Look in class/lib/default
269         for library to be tested.
270         * rules.make (INTERNAL_RESGEN): New Define.
271         * library.make (run-test-local): Move commands to run-test-lib.
272         Preparartion for allowing creation of addition test dll with .vb
273         testcases.
274         * executable.make (PROGRAM_COMPILE): New define.
275         ($(PROGRAM)): Use PROGRAM_COMPILE to compile PROGRAM.
276
277 2004-05-14  Jackson Harper  <jackson@ximian.com>
278
279         * library.make: Install package files. Get params in magical
280         correct order.
281         
282 2004-05-11  Jackson Harper  <jackson@ximian.com>
283
284         * platforms/linux.make:
285         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
286         separating paths in env vars. (ie MONO_PATH).
287         * profiles/net_2_0.make: Always use gmcs for building the 2.0
288         libraries. corlib is the first lib built and it will build gmcs.
289         
290 2004-05-11  Jackson Harper  <jackson@ximian.com>
291
292         * library.make: Allow assembly names to be different then their
293         .sources file names.
294         
295 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
296
297         * library.make: build NUnit if we try to run 'make test' and the dll
298         is not found.
299
300 2004-04-29  Jackson Harper  <jackson@ximian.com>
301
302         * library.make: Fix uninstall
303         
304 2004-04-29  Martin Baulig  <martin@ximian.com>
305
306         * rules.make: Added `INTERNAL_ILASM'.
307
308 2004-04-29  Jackson Harper  <jackson@ximian.com>
309
310         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
311         gacutil. gacutil needs to be run on our runtime. Make dependancys
312         more sane.
313         
314 2004-04-28  Jackson Harper  <jackson@ximian.com>
315
316         * library.make: Use the proper runtime, make sure gacutil is
317         built.
318         
319 2004-04-28  Jackson Harper  <jackson@ximian.com>
320
321         * library.make: Install these bad actors to the GAC.
322         
323 2004-04-28  Raja R Harinath  <rharinath@novell.com>
324
325         * library.make (test_flags): NUnit.Framework.dll is now in
326         class/lib/$(PROFILE).
327
328 2004-04-26  Jackson Harper  <jackson@ximian.com>
329
330         * library.make:
331         * profiles/bootstrap.make:
332         * profiles/default.make: profiles are built in their ownb lib
333         directory now.
334         * profiles/net_2_0.make: new .net 2.0 profile.
335         
336 2004-04-22  Martin Baulig  <martin@ximian.com>
337
338         * profiles/net_1_2.make: Removed.
339         * profiles/martin-generics.make: Remove.
340
341 2004-04-19  Raja R Harinath  <rharinath@novell.com>
342
343         * rules.make (%-recursive): Honor 'make -k'.
344
345 2004-02-17  Martin Baulig  <martin@ximian.com>
346
347         * profiles/generics.make: Renamed to `martin-generics.make' and
348         added a comment to the file.  I'll rename this back when it's
349         ready for public use.
350
351 2003-12-17  Jackson Harper <jackson@ximian.com>
352
353         * profiles/default.make:
354         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
355         the build
356         
357 2003-12-08  Peter Williams  <peter@newton.cx>
358
359         * config-default.make: Don't check for / define
360         ECHO_ESCAPE: the check isn't smart enough and
361         apparently OS X's shell somehow doesn't support
362         escape characters.
363
364         * library.make: Use embedded tab instead of 
365         $(ECHO_ESCAPE). Fixes OS X build.
366         
367         * executable.make: Same.
368         
369 2003-12-05  Martin Baulig  <martin@ximian.com>
370
371         * profiles/generics.make: Define `GENERICS'.
372
373 2003-12-05  Martin Baulig  <martin@ximian.com>
374
375         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
376         without generics and with mcs instead of gmcs.
377
378         * profiles/bootstrap.make: New profile; already use the newly
379         compiled mcs to compile corlib.
380
381 2003-12-04  Martin Baulig  <martin@ximian.com>
382
383         * profiles/generics.make: Use gmcs.
384
385 2003-11-12 Jackson Harper <jackson@ximian.com>
386
387         * rules.make: 
388         * platforms/linux.make: corlib name is now mscorlib.
389         
390 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
391
392         * profiles/generics.make: add the -2 flag.
393
394 2003-10-28 Jackson Harper <jackson@ximian.com>
395
396         * platforms/linux.make: Tell users to read INSTALL.txt not the
397         non-existant README.building.
398         
399 2003-10-22  Dick Porter  <dick@ximian.com>
400
401         * platforms/win32.make:
402         * platforms/linux.make:
403         * rules.make: Added RESGEN platform-specific tool.
404
405 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
406
407         * config-default.make: the /nowarn arguments are now set on a per
408         library basis.
409
410 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
411
412         * executable.make: install-local depends on the program too.
413
414 2003-07-25  Peter Williams <peter@newton.cx>
415
416         * rules.make (run-test): Make it depend on 'test-local'
417         then 'run-test-local' after 'run-test-recursive'. This way,
418         'make run-test' from the toplevel doesn't recurse through all
419         the directories doing a make test before we run anything.
420
421 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
422
423         * rules.make: run-test depends now on 'test'.
424
425 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
426
427         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
428
429 2003-07-22  Peter Williams  <peter@newton.cx>
430
431         * rules.make (withmcs): Add this developer utility target.
432
433 2003-07-20  Peter Williams  <peter@newton.cx>
434
435         * README.platforms: Update docs for changes below.
436
437         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
438         to 'mscorlib.dll', instead of $(corlib) which everything links
439         against. *Almost* everything should link against our corlib --
440         with the exception of corlib_cmp and corlib_res.
441
442         * platforms/linux.make: Same here: corlib.dll
443
444         * rules.make: Define $(corlib) here.
445
446 2003-07-20  Peter Williams  <peter@newton.cx>
447
448         * config-default.make (TEST_RUNTIME): Use the platform runtime
449         to run tests, by default.
450
451         * profiles/default.make (TEST_RUNTIME): If our test runtime is
452         mono, use the --debug flag.
453
454         * executable.make (sourcefile): Add a basename so that we can
455         find the nunit sources and so we behave a bit more like
456         library.make
457
458         * config-default.make (TEST_HARNESS): Find nunit-console in its
459         new home.
460
461 2003-07-20  Peter Williams  <peter@newton.cx>
462
463         * library.make ($(response)): Do a "Creating ..." line here.
464
465         * executable.make ($(response)): Same.
466
467         * config-default.make: Make warning more forceful.
468
469         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
470         set if the platform does not have a native runtime (ie, linux).
471         Also reorder some definitions.
472
473 2003-07-20  Peter Williams  <peter@newton.cx>
474
475         * Created. See ../ChangeLog for entries earlier than
476         this.
477