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