mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 23:49:22 +02:00
* added target Darwin to help page
This commit is contained in:
parent
d12b3ae991
commit
4c95007b2b
@ -1730,7 +1730,7 @@ execinfo_x_stackcommit=09034_X_Stack space commited: $1 bytes
|
|||||||
# BeginOfTeX
|
# BeginOfTeX
|
||||||
% \section{Unit loading messages.}
|
% \section{Unit loading messages.}
|
||||||
% This section lists all messages that can occur when the compiler is
|
% This section lists all messages that can occur when the compiler is
|
||||||
% loading a unit from disk into memory. Many of these mesages are
|
% loading a unit from disk into memory. Many of these messages are
|
||||||
% informational messages.
|
% informational messages.
|
||||||
% \begin{description}
|
% \begin{description}
|
||||||
unit_t_unitsearch=10000_T_Unitsearch: $1
|
unit_t_unitsearch=10000_T_Unitsearch: $1
|
||||||
@ -2233,6 +2233,7 @@ option_help_pages=11025_[
|
|||||||
6*2Tmacos_Macintosh m68k
|
6*2Tmacos_Macintosh m68k
|
||||||
6*2Tpalmos_PalmOS
|
6*2Tpalmos_PalmOS
|
||||||
P*1T<x>_Target operating system:
|
P*1T<x>_Target operating system:
|
||||||
|
P*2Tdarwin_Darwin and MacOS X on PowerPC
|
||||||
P*2Tlinux_Linux on PowerPC
|
P*2Tlinux_Linux on PowerPC
|
||||||
P*2Tmacos_MacOS (classic) on PowerPC
|
P*2Tmacos_MacOS (classic) on PowerPC
|
||||||
**1*_
|
**1*_
|
||||||
|
@ -633,7 +633,7 @@ const
|
|||||||
option_info=11024;
|
option_info=11024;
|
||||||
option_help_pages=11025;
|
option_help_pages=11025;
|
||||||
|
|
||||||
MsgTxtSize = 35925;
|
MsgTxtSize = 35966;
|
||||||
|
|
||||||
MsgIdxMax : array[1..20] of longint=(
|
MsgIdxMax : array[1..20] of longint=(
|
||||||
17,63,197,53,57,44,99,20,35,60,
|
17,63,197,53,57,44,99,20,35,60,
|
||||||
|
@ -868,6 +868,7 @@ const msgtxt : array[0..000149,1..240] of char=(
|
|||||||
'6*2Tmacos_Macintosh m68k'#010+
|
'6*2Tmacos_Macintosh m68k'#010+
|
||||||
'6*2Tpalmos_Pal','mOS'#010+
|
'6*2Tpalmos_Pal','mOS'#010+
|
||||||
'P*1T<x>_Target operating system:'#010+
|
'P*1T<x>_Target operating system:'#010+
|
||||||
|
'P*2Tdarwin_Darwin and MacOS X on PowerPC'#010+
|
||||||
'P*2Tlinux_Linux on PowerPC'#010+
|
'P*2Tlinux_Linux on PowerPC'#010+
|
||||||
'P*2Tmacos_MacOS (classic) on PowerPC'#010+
|
'P*2Tmacos_MacOS (classic) on PowerPC'#010+
|
||||||
'**1*_'#010+
|
'**1*_'#010+
|
||||||
|
Loading…
Reference in New Issue
Block a user