From 3126bfee333b5c635dc60a54265936af06117f6a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 5 Jan 2008 15:16:31 +0000 Subject: Build libvirt and examples on Windows (MinGW). * aclocal.m4: Add AC_CHECK_OCAML_MODULE to check for OCaml modules directly (without ocamlfind being needed). * configure.ac: Remove requirement for ocamlfind. * config.guess, config.sub: Ship these files to guess host, build and target. * libvirt/Makefile.in, examples/Makefile.in: Change these so they don't require ocamlfind, do the right thing on MinGW. * Make.rules.in: Make.rules is now generated from this file. File can use ocamlfind or direct ocaml commands as available. * .hgignore: Ignore some generated files on Windows. --- mlvirsh/.depend | 0 mlvirsh/Makefile.in | 0 mlvirsh/mlvirsh.ml | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 mlvirsh/.depend mode change 100644 => 100755 mlvirsh/Makefile.in mode change 100644 => 100755 mlvirsh/mlvirsh.ml (limited to 'mlvirsh') diff --git a/mlvirsh/.depend b/mlvirsh/.depend old mode 100644 new mode 100755 diff --git a/mlvirsh/Makefile.in b/mlvirsh/Makefile.in old mode 100644 new mode 100755 diff --git a/mlvirsh/mlvirsh.ml b/mlvirsh/mlvirsh.ml old mode 100644 new mode 100755 -- cgit