Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 33fd064d308c1e2032452d3369086e4d18296255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
2002-08-12  Piers Haken <piersh@friskit.com>

	* class/library.make: use 'find' to specify source files, instead of static files
	* */makefile.gnu: specify include/exclude patterns for source files

2002-08-07  Peter Williams  <peterw@ximian.com>

	* class/library.make (.makefrag): Fix this rule a bit; was using
	$^ instead of $<

2002-07-29  Peter Williams  <peterw@ximian.com>

	* makefile.gnu: 'make install' wasn't actually working due to $@,
	fix it.

2002-07-29  Martin Baulig  <martin@gnome.org>

	* makefile.gnu: Don't force people to install.  The default must also
	be `all' and not `install'.

2002-07-26  Alp Toker  <alp@atoker.com>

	* INSTALL: Wrote a guide to mcs installation.
	* README: Updated to reflect the new INSTALL guide.

2002-07-23  Alp Toker  <alp@atoker.com>

	* makefile.gnu: Added an install target (which sets permissions and
	respects prefix) and a dist target which produces a tarball. Also
	fixed a few other makefile issues.

2002-07-22  Peter Williams  <peterw@ximian.com>

	* class/library.make: Oops, the deps weren't right -- touching a .cs
	file didn't cause the libraries to be rebuilt.
	(clean): Robustify this rule a bit.

2002-07-20  Martin Baulig  <martin@gnome.org>

	* class/makefile.gnu: Added System.Data.

2002-07-20  Martin Baulig  <martin@gnome.org>

	* class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.

	* class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:

2002-07-19  Martin Baulig  <martin@gnome.org>

	* makefile.gnu (DIRS): Added nunit.

2002-07-19  Martin Baulig  <martin@gnome.org>

	Added the super-cool set of makefiles from Peter Williams which run on
	GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
	since this won't break the windows build.

	To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.

	* mcs-tool, */makefile.gnu, class/library.make: New files.

2002-07-19  Martin Baulig  <martin@gnome.org>

	* */makefile (NANT): Use a variable `NANT' so the user can override it with
	`make NANT=/usr/local/bin/NAnt.exe'.

2002-05-09  Daniel Morgan <danmorg@sc.rr.com>

	* AUTHORS: add me to class libraries list

2002-03-26  Dick Porter  <dick@ximian.com>

	* makefile (linux): Abandon the build if any of the subdir makes fail

2002-03-07  Nick Drochak  <ndrochak@gol.com>

	* makefile: Change order of build so corlib is built before nunit since
	Nunit needs corlib now.

2002-02-14  Nick Drochak  <ndrochak@gol.com>

	* makefile: Build mcs/doctools too when one does 'make'

2002-01-20 Nick Drochak  <ndrochak@gol.com>

	* on the 'test' target, make sure NUnit is built first before building
	and running tests

2002-01-20 Nick Drochak  <ndrochak@gol.com>

	* add nunit directory to the list of dirs to build in