~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to tools/ocamlcp.ml

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-02-22 08:49:13 UTC
  • mfrom: (12.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222084913-3i0uw2bhd0lgw0ok
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
(*                                                                     *)
11
11
(***********************************************************************)
12
12
 
13
 
(* $Id: ocamlcp.ml,v 1.40 2006/11/28 15:59:35 doligez Exp $ *)
 
13
(* $Id: ocamlcp.ml,v 1.41 2007/05/16 08:21:40 doligez Exp $ *)
14
14
 
15
15
open Printf
16
16
 
43
43
 
44
44
module Options = Main_args.Make_options (struct
45
45
  let _a () = make_archive := true; option "-a" ()
 
46
  let _annot = option "-annot"
46
47
  let _c = option "-c"
47
48
  let _cc s = option_with_arg "-cc" s
48
49
  let _cclib s = option_with_arg "-cclib" s