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