2002-07-22 Tim Coleman <tim@timcoleman.com>
[mono.git] / mcs / ChangeLog
index 03ad69446a53ffbd852de0f490101ddd0f49d858..e8f1b82cb6a869cf52595468e4acb2b0bee9e1c3 100644 (file)
@@ -1,3 +1,46 @@
+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>\r
 \r
        * makefile: Change order of build so corlib is built before nunit since\r
@@ -14,4 +57,4 @@
 \r
 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
 \r
-       * add nunit directory to the list of dirs to build in
\ No newline at end of file
+       * add nunit directory to the list of dirs to build in