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