11(* OASIS_START *)
2- (* DO NOT EDIT (digest: d9b334f52572b46fc2e786b377913b9f ) *)
2+ (* DO NOT EDIT (digest: 1de39f4871ecc21e9dbd7596158996b4 ) *)
33module OASISGettext = struct
44(* # 22 "src/oasis/OASISGettext.ml" *)
55
@@ -39,10 +39,10 @@ module OASISExpr = struct
3939 open OASISGettext
4040
4141
42- type test = string
42+ type test = string
4343
4444
45- type flag = string
45+ type flag = string
4646
4747
4848 type t =
@@ -52,10 +52,10 @@ module OASISExpr = struct
5252 | EOr of t * t
5353 | EFlag of flag
5454 | ETest of test * string
55-
5655
5756
58- type 'a choices = (t * 'a ) list
57+
58+ type 'a choices = (t * 'a ) list
5959
6060
6161 let eval var_get t =
@@ -430,10 +430,10 @@ module MyOCamlbuildBase = struct
430430 module OC = Ocamlbuild_pack. Ocaml_compiler
431431
432432
433- type dir = string
434- type file = string
435- type name = string
436- type tag = string
433+ type dir = string
434+ type file = string
435+ type name = string
436+ type tag = string
437437
438438
439439(* # 62 "src/plugins/ocamlbuild/MyOCamlbuildBase.ml" *)
@@ -448,7 +448,7 @@ module MyOCamlbuildBase = struct
448448 * directory.
449449 *)
450450 includes : (dir * dir list ) list ;
451- }
451+ }
452452
453453
454454 let env_filename =
@@ -610,6 +610,19 @@ let package_default =
610610 ([" oasis_library_rrdd_libs_byte" ; " ocaml" ; " compile" ; " byte" ],
611611 [(OASISExpr. EBool true , S [A " -bin-annot" ])]);
612612 ([" oasis_library_rrdd_libs_native" ; " ocaml" ; " compile" ; " native" ],
613+ [(OASISExpr. EBool true , S [A " -bin-annot" ])]);
614+ ([" oasis_executable_xcp_rrdd_byte" ; " ocaml" ; " link" ; " byte" ],
615+ [(OASISExpr. EBool true , S [A " -bin-annot" ])]);
616+ ([" oasis_executable_xcp_rrdd_native" ; " ocaml" ; " link" ; " native" ],
617+ [(OASISExpr. EBool true , S [A " -bin-annot" ])]);
618+ ([" oasis_executable_xcp_rrdd_byte" ; " ocaml" ; " ocamldep" ; " byte" ],
619+ [(OASISExpr. EBool true , S [A " -bin-annot" ])]);
620+ ([" oasis_executable_xcp_rrdd_native" ; " ocaml" ; " ocamldep" ; " native"
621+ ],
622+ [(OASISExpr. EBool true , S [A " -bin-annot" ])]);
623+ ([" oasis_executable_xcp_rrdd_byte" ; " ocaml" ; " compile" ; " byte" ],
624+ [(OASISExpr. EBool true , S [A " -bin-annot" ])]);
625+ ([" oasis_executable_xcp_rrdd_native" ; " ocaml" ; " compile" ; " native" ],
613626 [(OASISExpr. EBool true , S [A " -bin-annot" ])])
614627 ];
615628 includes = [(" rrdd" , [" lib" ])]
@@ -618,6 +631,6 @@ let package_default =
618631
619632let dispatch_default = MyOCamlbuildBase. dispatch_default package_default;;
620633
621- # 622 " myocamlbuild.ml"
634+ # 635 " myocamlbuild.ml"
622635(* OASIS_STOP *)
623636Ocamlbuild_plugin. dispatch dispatch_default;;
0 commit comments