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