summaryrefslogtreecommitdiffstats
path: root/Make.rules.in
Commit message (Collapse)AuthorAgeFilesLines
* Metadata parser.Richard W.M. Jones2008-04-151-1/+6
|
* Allow extra OCAMLDEPFLAGS to be passed, eg to make syntax extensions possible.Richard W.M. Jones2008-04-141-2/+2
|
* Fix executable permissions added by Windoze.Richard W.M. Jones2008-01-071-0/+0
|
* Build libvirt and examples on Windows (MinGW).Richard W.M. Jones2008-01-051-0/+63
* 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.