فهرست منبع

+ documented -XR in the help pages
* specified OSes to which -Xr applies

git-svn-id: trunk@8834 -

Jonas Maebe 18 سال پیش
والد
کامیت
83bab3b071
3فایلهای تغییر یافته به همراه10 افزوده شده و 6 حذف شده
  1. 2 1
      compiler/msg/errore.msg
  2. 1 1
      compiler/msgidx.inc
  3. 7 4
      compiler/msgtxt.inc

+ 2 - 1
compiler/msg/errore.msg

@@ -2688,7 +2688,8 @@ P*2WT_Specify MPW tool type application (Classic Mac OS)
 **2Xm_Generate link map
 **2XM<x>_Set the name of the 'main' program routine (default is 'main')
 **2XP<x>_Prepend the binutils names with the prefix <x>
-**2Xr<x>_Set library search path to <x> (needed for cross compile)
+**2Xr<x>_Set library search path to <x> (needed for cross compile) (BeOS, Linux)
+**2XR<x>_Prepend <x> to all linker search paths (BeOS, Darwin, FreeBSD, Linux, Mac OS, Solaris)
 **2Xs_Strip all symbols from executable
 **2XS_Try to link units statically (default, defines FPC_LINK_STATIC)
 **2Xt_Link with static libraries (-static is passed to linker)

+ 1 - 1
compiler/msgidx.inc

@@ -731,7 +731,7 @@ const
   option_info=11024;
   option_help_pages=11025;
 
-  MsgTxtSize = 45148;
+  MsgTxtSize = 45258;
 
   MsgIdxMax : array[1..20] of longint=(
     24,86,237,83,63,49,107,22,135,60,

+ 7 - 4
compiler/msgtxt.inc

@@ -1075,12 +1075,15 @@ const msgtxt : array[0..000188,1..240] of char=(
   '**2XM<x>_Set the name of the '#039'main'#039' program routine (default i'+
   's '#039'main'#039')'#010+
   '**2XP<x>_Prepend the binutils names with the prefix <x>'#010+
-  '**2Xr<x>_Set library search path to <x> (needed for cross compile)'#010+
-  '**2Xs_Strip all symbols from execu','table'#010+
+  '**2Xr<x>_Set library search path to <x> (needed for cross compile) (Be'+
+  'OS, Linux)'#010+
+  '**2XR<x>_Prepend <x>',' to all linker search paths (BeOS, Darwin, FreeB'+
+  'SD, Linux, Mac OS, Solaris)'#010+
+  '**2Xs_Strip all symbols from executable'#010+
   '**2XS_Try to link units statically (default, defines FPC_LINK_STATIC)'#010+
-  '**2Xt_Link with static libraries (-static is passed to linker)'#010+
+  '**2Xt_Link with static libraries (-static is passed to',' linker)'#010+
   '**2XX_Try to smartlink units             (defines FPC_LINK_SMART)'#010+
   '**1*_'#010+
   '**1?_Show this help'#010+
-  '**1h_Show','s this help without waiting'#000
+  '**1h_Shows this help without waiting'#000
 );