Browse Source

+ Added -Fa option

michael 20 years ago
parent
commit
37a0e8db97
1 changed files with 4 additions and 0 deletions
  1. 4 0
      docs/user.tex

+ 4 - 0
docs/user.tex

@@ -932,6 +932,10 @@ Mainly for the compiler developers.
 compiler can find the executables \file{as} (the assembler) and \file{ld}
 compiler can find the executables \file{as} (the assembler) and \file{ld}
 (the linker).
 (the linker).
 \olabel{e}
 \olabel{e}
+\item[-FaXYZ] loads units \var{XYZ} after the system unit, but before any other 
+unit is loaded. \var{XYZ} is a comma-separated list of unit names. This can only be used
+for programs, and has the same effect as if \var{XYZ} were inserted as the
+first item in the program's \var{uses} clause.
 \item[-FcXXX] set the input codepage to \var{XXX}. Experimental.
 \item[-FcXXX] set the input codepage to \var{XXX}. Experimental.
 \item [-FD] same as \var{-e}.
 \item [-FD] same as \var{-e}.
 \item [-Fexxx] This option tells the compiler to write errors, etc. to
 \item [-Fexxx] This option tells the compiler to write errors, etc. to