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