added detail in option -o

git-svn-id: http://caml.inria.fr/svn/ocamldoc/trunk@10175 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2008-10-09 13:31:29 +00:00
parent 2ec29e0831
commit b56898594f
1 changed files with 4 additions and 2 deletions

View File

@ -262,12 +262,14 @@ Ignore non-optional labels in types. Labels cannot be used in
applications, and parameter order becomes strict.
\item["-o" \var{exec-file}]
Specify the name of the output file produced by the linker. The
Specify the name of the output file produced by the compiler. The
default output name is "a.out" under Unix and "camlprog.exe" under
Windows. If the "-a" option is given, specify the name of the library
produced. If the "-pack" option is given, specify the name of the
packed object file produced. If the "-output-obj" option is given,
specify the name of the output file produced.
specify the name of the output file produced. If the "-c" option is
given, specify the name of the object file produced for the {\em next}
source file that appears on the command line.
\item["-output-obj"]
Cause the linker to produce a C object file instead of a bytecode