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