File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ type compilation_unit =
53
53
type library =
54
54
{ lib_units : compilation_unit list ; (* List of compilation units *)
55
55
lib_custom : bool ; (* Requires custom mode linking? *)
56
+ (* In the following fields the lists are reversed with respect to
57
+ how they end up being used on the command line. *)
56
58
lib_ccobjs : string list ; (* C object files needed for -custom *)
57
59
lib_ccopts : string list ; (* Extra opts to C compiler *)
58
60
lib_dllibs : string list } (* DLLs needed *)
Original file line number Diff line number Diff line change @@ -52,5 +52,7 @@ type unit_infos =
52
52
53
53
type library_infos =
54
54
{ lib_units : (unit_infos * Digest .t ) list ; (* List of unit infos w/ MD5s *)
55
+ (* In the following fields the lists are reversed with respect to
56
+ how they end up being used on the command line. *)
55
57
lib_ccobjs : string list ; (* C object files needed *)
56
58
lib_ccopts : string list } (* Extra opts to C compiler *)
You can’t perform that action at this time.
0 commit comments