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