ocamlbuild-ctools
An ocamlbuild plugin that supports compiling C and C++ cross platform
using ocamlbuild only.
Variant builds - can build many different variants from the same
source tree. For example static libraries, test builds, debug,
optimization, linking or not linking with some other code, different
platform builds etc.
Automic recursive header file generation - needed for pulling source
into _build directory.
It used to be able to rebuild on header file change, but it has
regressed - it is possible that .stamp files do not hold signatures of
dependencies of dependencies or something.
It has not been tested on Windows, but build rules have been copied
from old build scripts so it should not be that hard to get going.
[ Homepage ]
| Author: | Mikkel Fahnoe Jorgensen. |
| Last modification date: | 13-Oct-2008 |
| Version: | 0.1.0 |
| Development status: | Beta |
| Kind: | Development tools |
| License: | Open Source :: MIT/X11 |
| Topic: | Software development :: Build tools |
| Homepage: | http://git.dvide.com/pub/ocamlbuild-ctools |