summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-05 16:59:48 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-05 16:59:48 +0000
commit643aa9f6fea233073384cdb01e8b23c693bf50e6 (patch)
tree99f45556353d45beede1035986c45af37923db05 /ChangeLog
parent133d8b96cda0baff81042f120cbb15f955754063 (diff)
downloadvirt-top-643aa9f6fea233073384cdb01e8b23c693bf50e6.tar.gz
virt-top-643aa9f6fea233073384cdb01e8b23c693bf50e6.tar.xz
virt-top-643aa9f6fea233073384cdb01e8b23c693bf50e6.zip
mlvirtmanager compiles and runs on Windows (MinGW).
* configure.ac: Directories to search for optional modules were specified incorrectly - fixed. * mlvirtmanager/Makefile.in: Changed so can build without ocamlfind, and checked it can build on Windows.
Diffstat (limited to 'ChangeLog')
-rwxr-xr-xChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e1b99ca..9d20229 100755
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2008-01-05 Richard Jones <rjones@redhat.com>
+ mlvirtmanager compiles and runs on Windows (MinGW).
+ * configure.ac: Directories to search for optional modules were
+ specified incorrectly - fixed.
+ * mlvirtmanager/Makefile.in: Changed so can build without
+ ocamlfind, and checked it can build on Windows.
+
mlvirsh can compile without extlib
* mlvirsh/mlvirsh.ml: mlvirsh only needed three functions from
extlib, so copy them in here to avoid the dependency.