Browse thread
How to define submodules
[
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: | 2006-07-21 (13:32) |
From: | Chris King <colanderman@g...> |
Subject: | Re: [Caml-list] How to define submodules |
On 7/21/06, Jozef Kosoru <zyzstar@uid0.sk> wrote: > Now the last thing is how to convince my OMakefile to do it > automatically. The in-development version of OMake (0.9.8) looks like it will contain an OCamlPackage function... but until then, what I usually do is copy the definition of OCamlLibrary from /usr/lib/omake/build/OCaml.om into my project's OMakeroot, rename it, and modify it slightly to act like OCamlPackage. - Chris King