Browse thread
[Caml-list] ocamlmktop and includes
- Patrick M Doane
[
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: | 2001-04-28 (14:53) |
From: | Patrick M Doane <patrick@w...> |
Subject: | [Caml-list] ocamlmktop and includes |
Is there any way to transfer the -I directives from the ocamlmktop command to the toplevel system that is created? For example: ocamlmktop -I dir1 -I dir2 -o mytoplevel foo.cmo bar.cmo Then ./mytoplevel would produce the same behavior as this does currently: ./mytoplevel -I dir1 -I dir2 Alternatively, it would be really nice to make stand-alone byte code interpreters which have the .cmo files builtin. Any ideas? Patrick ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr