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