2003-10-22 Dick Porter <dick@ximian.com>
[mono.git] / mcs / build / ChangeLog
1 2003-10-22  Dick Porter  <dick@ximian.com>
2
3         * platforms/win32.make:
4         * platforms/linux.make:
5         * rules.make: Added RESGEN platform-specific tool.
6
7 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8
9         * config-default.make: the /nowarn arguments are now set on a per
10         library basis.
11
12 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13
14         * executable.make: install-local depends on the program too.
15
16 2003-07-25  Peter Williams <peter@newton.cx>
17
18         * rules.make (run-test): Make it depend on 'test-local'
19         then 'run-test-local' after 'run-test-recursive'. This way,
20         'make run-test' from the toplevel doesn't recurse through all
21         the directories doing a make test before we run anything.
22
23 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24
25         * rules.make: run-test depends now on 'test'.
26
27 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28
29         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
30
31 2003-07-22  Peter Williams  <peter@newton.cx>
32
33         * rules.make (withmcs): Add this developer utility target.
34
35 2003-07-20  Peter Williams  <peter@newton.cx>
36
37         * README.platforms: Update docs for changes below.
38
39         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
40         to 'mscorlib.dll', instead of $(corlib) which everything links
41         against. *Almost* everything should link against our corlib --
42         with the exception of corlib_cmp and corlib_res.
43
44         * platforms/linux.make: Same here: corlib.dll
45
46         * rules.make: Define $(corlib) here.
47
48 2003-07-20  Peter Williams  <peter@newton.cx>
49
50         * config-default.make (TEST_RUNTIME): Use the platform runtime
51         to run tests, by default.
52
53         * profiles/default.make (TEST_RUNTIME): If our test runtime is
54         mono, use the --debug flag.
55
56         * executable.make (sourcefile): Add a basename so that we can
57         find the nunit sources and so we behave a bit more like
58         library.make
59
60         * config-default.make (TEST_HARNESS): Find nunit-console in its
61         new home.
62
63 2003-07-20  Peter Williams  <peter@newton.cx>
64
65         * library.make ($(response)): Do a "Creating ..." line here.
66
67         * executable.make ($(response)): Same.
68
69         * config-default.make: Make warning more forceful.
70
71         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
72         set if the platform does not have a native runtime (ie, linux).
73         Also reorder some definitions.
74
75 2003-07-20  Peter Williams  <peter@newton.cx>
76
77         * Created. See ../ChangeLog for entries earlier than
78         this.
79