Make ext_exe public in the configuration module of the compiler

master
Sébastien Hinderer 2020-06-06 17:15:03 +02:00
parent 92331f8025
commit 16006d55b1
1 changed files with 5 additions and 0 deletions

View File

@ -170,6 +170,11 @@ val ext_lib: string
val ext_dll: string
(** Extension for dynamically-loaded libraries, e.g. [.so] under Unix.*)
val ext_exe: string
(** Extension for executable programs, e.g. [.exe] under Windows.
@since 4.12.0 *)
val default_executable_name: string
(** Name of executable produced by linking if none is given with -o,
e.g. [a.out] under Unix. *)