* library.make: Install package files.
[mono.git] / mcs / build / ChangeLog
1 2004-05-14  Jackson Harper  <jackson@ximian.com>
2
3         * library.make: Install package files.
4         
5 2004-05-11  Jackson Harper  <jackson@ximian.com>
6
7         * platforms/linux.make:
8         * platforms/win32.make: Define a PLATFORM_PATH_SEPARATOR used for
9         separating paths in env vars. (ie MONO_PATH).
10         * profiles/net_2_0.make: Always use gmcs for building the 2.0
11         libraries. corlib is the first lib built and it will build gmcs.
12         
13 2004-05-11  Jackson Harper  <jackson@ximian.com>
14
15         * library.make: Allow assembly names to be different then their
16         .sources file names.
17         
18 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19
20         * library.make: build NUnit if we try to run 'make test' and the dll
21         is not found.
22
23 2004-04-29  Jackson Harper  <jackson@ximian.com>
24
25         * library.make: Fix uninstall
26         
27 2004-04-29  Martin Baulig  <martin@ximian.com>
28
29         * rules.make: Added `INTERNAL_ILASM'.
30
31 2004-04-29  Jackson Harper  <jackson@ximian.com>
32
33         * library.make: Use RUNTIME instead of PLATFORM_RUNTIME for the
34         gacutil. gacutil needs to be run on our runtime. Make dependancys
35         more sane.
36         
37 2004-04-28  Jackson Harper  <jackson@ximian.com>
38
39         * library.make: Use the proper runtime, make sure gacutil is
40         built.
41         
42 2004-04-28  Jackson Harper  <jackson@ximian.com>
43
44         * library.make: Install these bad actors to the GAC.
45         
46 2004-04-28  Raja R Harinath  <rharinath@novell.com>
47
48         * library.make (test_flags): NUnit.Framework.dll is now in
49         class/lib/$(PROFILE).
50
51 2004-04-26  Jackson Harper  <jackson@ximian.com>
52
53         * library.make:
54         * profiles/bootstrap.make:
55         * profiles/default.make: profiles are built in their ownb lib
56         directory now.
57         * profiles/net_2_0.make: new .net 2.0 profile.
58         
59 2004-04-22  Martin Baulig  <martin@ximian.com>
60
61         * profiles/net_1_2.make: Removed.
62         * profiles/martin-generics.make: Remove.
63
64 2004-04-19  Raja R Harinath  <rharinath@novell.com>
65
66         * rules.make (%-recursive): Honor 'make -k'.
67
68 2004-02-17  Martin Baulig  <martin@ximian.com>
69
70         * profiles/generics.make: Renamed to `martin-generics.make' and
71         added a comment to the file.  I'll rename this back when it's
72         ready for public use.
73
74 2003-12-17  Jackson Harper <jackson@ximian.com>
75
76         * profiles/default.make:
77         * profiles/net_1_0.make: Add ONLY_1_0 and ONLY_1_1 defines to fix
78         the build
79         
80 2003-12-08  Peter Williams  <peter@newton.cx>
81
82         * config-default.make: Don't check for / define
83         ECHO_ESCAPE: the check isn't smart enough and
84         apparently OS X's shell somehow doesn't support
85         escape characters.
86
87         * library.make: Use embedded tab instead of 
88         $(ECHO_ESCAPE). Fixes OS X build.
89         
90         * executable.make: Same.
91         
92 2003-12-05  Martin Baulig  <martin@ximian.com>
93
94         * profiles/generics.make: Define `GENERICS'.
95
96 2003-12-05  Martin Baulig  <martin@ximian.com>
97
98         * profiles/net_1_2.make: New profile; uses the .NET 1.2 API's, but
99         without generics and with mcs instead of gmcs.
100
101         * profiles/bootstrap.make: New profile; already use the newly
102         compiled mcs to compile corlib.
103
104 2003-12-04  Martin Baulig  <martin@ximian.com>
105
106         * profiles/generics.make: Use gmcs.
107
108 2003-11-12 Jackson Harper <jackson@ximian.com>
109
110         * rules.make: 
111         * platforms/linux.make: corlib name is now mscorlib.
112         
113 2003-11-09 Ben Maurer  <bmaurer@users.sourceforge.net>
114
115         * profiles/generics.make: add the -2 flag.
116
117 2003-10-28 Jackson Harper <jackson@ximian.com>
118
119         * platforms/linux.make: Tell users to read INSTALL.txt not the
120         non-existant README.building.
121         
122 2003-10-22  Dick Porter  <dick@ximian.com>
123
124         * platforms/win32.make:
125         * platforms/linux.make:
126         * rules.make: Added RESGEN platform-specific tool.
127
128 2003-08-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
129
130         * config-default.make: the /nowarn arguments are now set on a per
131         library basis.
132
133 2003-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
134
135         * executable.make: install-local depends on the program too.
136
137 2003-07-25  Peter Williams <peter@newton.cx>
138
139         * rules.make (run-test): Make it depend on 'test-local'
140         then 'run-test-local' after 'run-test-recursive'. This way,
141         'make run-test' from the toplevel doesn't recurse through all
142         the directories doing a make test before we run anything.
143
144 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
145
146         * rules.make: run-test depends now on 'test'.
147
148 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
149
150         * rules.make: set corlib to PLATFORM_CORLIB if this is defined.
151
152 2003-07-22  Peter Williams  <peter@newton.cx>
153
154         * rules.make (withmcs): Add this developer utility target.
155
156 2003-07-20  Peter Williams  <peter@newton.cx>
157
158         * README.platforms: Update docs for changes below.
159
160         * platforms/win32.make (PLATFORM_CORLIB): Set this variable
161         to 'mscorlib.dll', instead of $(corlib) which everything links
162         against. *Almost* everything should link against our corlib --
163         with the exception of corlib_cmp and corlib_res.
164
165         * platforms/linux.make: Same here: corlib.dll
166
167         * rules.make: Define $(corlib) here.
168
169 2003-07-20  Peter Williams  <peter@newton.cx>
170
171         * config-default.make (TEST_RUNTIME): Use the platform runtime
172         to run tests, by default.
173
174         * profiles/default.make (TEST_RUNTIME): If our test runtime is
175         mono, use the --debug flag.
176
177         * executable.make (sourcefile): Add a basename so that we can
178         find the nunit sources and so we behave a bit more like
179         library.make
180
181         * config-default.make (TEST_HARNESS): Find nunit-console in its
182         new home.
183
184 2003-07-20  Peter Williams  <peter@newton.cx>
185
186         * library.make ($(response)): Do a "Creating ..." line here.
187
188         * executable.make ($(response)): Same.
189
190         * config-default.make: Make warning more forceful.
191
192         * rules.make: Define a useful 'PLATFORM_MONO_NATIVE' that is
193         set if the platform does not have a native runtime (ie, linux).
194         Also reorder some definitions.
195
196 2003-07-20  Peter Williams  <peter@newton.cx>
197
198         * Created. See ../ChangeLog for entries earlier than
199         this.
200