[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-02-20 (14:11) |
From: | Daniel_Bünzli <daniel.buenzli@e...> |
Subject: | ocambuild, disabling caml rules ? |
Is it possible to disable the default rules ? I'm using ocamlbuild for a plain C project with my own rules and it is painfull when something fails that it fallbacks on ocaml C's compilation rules. These rules wil anyway fail and they override the error that occured with my rule that should have been used. Best, Daniel