mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* fixed #include example
This commit is contained in:
parent
26635465aa
commit
52f38ed4a5
@ -1249,9 +1249,11 @@ have the global options that are set in a global configuration file.
|
||||
Example:
|
||||
\begin{verbatim}
|
||||
#IFDEF LINUX
|
||||
#INCLUDE /etc/ppc386.cfg
|
||||
#IFDEF DOS
|
||||
#INCLUDE c:\pp\bin\ppc386.cfg
|
||||
#INCLUDE /etc/ppc386.cfg
|
||||
#ELSE
|
||||
#IFDEF GO32V2
|
||||
#INCLUDE c:\pp\bin\ppc386.cfg
|
||||
#ENDIF
|
||||
#ENDIF
|
||||
\end{erbatim}
|
||||
This will include \file{/etc/ppc386.cfg} if you're on a linux machine,
|
||||
|
Loading…
Reference in New Issue
Block a user