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