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