21 lines
980 B
OCaml
21 lines
980 B
OCaml
(***********************************************************************)
|
|
(* *)
|
|
(* Objective Caml *)
|
|
(* *)
|
|
(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *)
|
|
(* *)
|
|
(* Copyright 1996 Institut National de Recherche en Informatique et *)
|
|
(* en Automatique. Distributed only by permission. *)
|
|
(* *)
|
|
(***********************************************************************)
|
|
|
|
(* $Id$ *)
|
|
|
|
(* Compiling C files and building C libraries *)
|
|
|
|
val command: string -> int
|
|
val run_command: string -> unit
|
|
val compile_file: string -> int
|
|
val create_archive: string -> string list -> int
|
|
val expand_libname: string -> string
|