fpccfg.inc 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. Const
  2. DefaultConfig : Array[0..4615] of char = (
  3. '#',' ','C','o','n','f','i','g',' ','f','i','l','e',' ','g','e','n',
  4. 'e','r','a','t','e','d',' ','b','y',' ','f','p','c','m','k','c','f',
  5. 'g',' ','o','n',' ','%','B','U','I','L','D','D','A','T','E','%',' ',
  6. '-',' ','%','B','U','I','L','D','T','I','M','E','%',#13,#10,'#',' ',
  7. 'E','x','a','m','p','l','e',' ','f','p','c','.','c','f','g',' ','f',
  8. 'o','r',' ','F','r','e','e',' ','P','a','s','c','a','l',' ','C','o',
  9. 'm','p','i','l','e','r',#13,#10,'#',#13,#10,#13,#10,'#',' ','-','-',
  10. '-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-',
  11. '-','-','-',#13,#10,'#',' ','D','e','f','i','n','e','s',' ','(','p',
  12. 'r','e','p','r','o','c','e','s','s','o','r',')',#13,#10,'#',' ','-',
  13. '-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-','-',
  14. '-','-','-','-',#13,#10,#13,#10,'#',#13,#10,'#',' ','n','e','s','t',
  15. 'e','d',' ','#','I','F','N','D','E','F',',',' ','#','I','F','D','E',
  16. 'F',',',' ','#','E','N','D','I','F',',',' ','#','E','L','S','E',',',
  17. ' ','#','D','E','F','I','N','E',',',' ','#','U','N','D','E','F',' ',
  18. 'a','r','e',' ','a','l','l','o','w','e','d',#13,#10,'#',#13,#10,'#',
  19. ' ','-','d',' ','i','s',' ','t','h','e',' ','s','a','m','e',' ','a',
  20. 's',' ','#','D','E','F','I','N','E',#13,#10,'#',' ','-','u',' ','i',
  21. 's',' ','t','h','e',' ','s','a','m','e',' ','a','s',' ','#','U','N',
  22. 'D','E','F',#13,#10,'#',#13,#10,#13,#10,'#',#13,#10,'#',' ','S','o',
  23. 'm','e',' ','e','x','a','m','p','l','e','s',' ','(','f','o','r',' ',
  24. 's','w','i','t','c','h','e','s',' ','s','e','e',' ','b','e','l','o',
  25. 'w',',',' ','a','n','d',' ','t','h','e',' ','-','?',' ','h','e','l',
  26. 'p','p','a','g','e','s',')',#13,#10,'#',#13,#10,'#',' ','T','r','y',
  27. ' ','c','o','m','p','i','l','i','n','g',' ','w','i','t','h',' ','t',
  28. 'h','e',' ','-','d','R','E','L','E','A','S','E',' ','o','r',' ','-',
  29. 'd','D','E','B','U','G',' ','o','n',' ','t','h','e',' ','c','o','m',
  30. 'm','a','n','d','l','i','n','e',#13,#10,'#',#13,#10,#13,#10,'#',' ',
  31. 'F','o','r',' ','a',' ','r','e','l','e','a','s','e',' ','c','o','m',
  32. 'p','i','l','e',' ','w','i','t','h',' ','o','p','t','i','m','i','z',
  33. 'e','s',' ','a','n','d',' ','s','t','r','i','p',' ','d','e','b','u',
  34. 'g','i','n','f','o',#13,#10,'#','I','F','D','E','F',' ','R','E','L',
  35. 'E','A','S','E',#13,#10,' ',' ','-','O','G','2','p','3',#13,#10,' ',
  36. ' ','-','X','s',#13,#10,' ',' ','#','W','R','I','T','E',' ','C','o',
  37. 'm','p','i','l','i','n','g',' ','R','e','l','e','a','s','e',' ','V',
  38. 'e','r','s','i','o','n',#13,#10,'#','E','N','D','I','F',#13,#10,#13,
  39. #10,'#',' ','F','o','r',' ','a',' ','d','e','b','u','g',' ','v','e',
  40. 'r','s','i','o','n',' ','c','o','m','p','i','l','e',' ','w','i','t',
  41. 'h',' ','d','e','b','u','g','i','n','f','o',' ','a','n','d',' ','a',
  42. 'l','l',' ','c','o','d','e','g','e','n','e','r','a','t','i','o','n',
  43. ' ','c','h','e','c','k','s',' ','o','n',#13,#10,'#','I','F','D','E',
  44. 'F',' ','D','E','B','U','G',#13,#10,' ',' ','-','g',#13,#10,' ',' ',
  45. '-','C','r','t','o','i',#13,#10,' ',' ','#','W','R','I','T','E',' ',
  46. 'C','o','m','p','i','l','i','n','g',' ','D','e','b','u','g',' ','V',
  47. 'e','r','s','i','o','n',#13,#10,'#','E','N','D','I','F',#13,#10,#13,
  48. #10,'#',' ','-','-','-','-','-','-','-','-','-','-','-','-','-','-',
  49. '-','-',#13,#10,'#',' ','P','a','r','s','i','n','g',' ','s','w','i',
  50. 't','c','h','e','s',#13,#10,'#',' ','-','-','-','-','-','-','-','-',
  51. '-','-','-','-','-','-','-','-',#13,#10,#13,#10,'#',' ','A','l','l',
  52. ' ','a','s','s','e','m','b','l','e','r',' ','b','l','o','c','k','s',
  53. ' ','a','r','e',' ','i','n','t','e','l',' ','s','t','y','l','e','d',
  54. ' ','b','y',' ','d','e','f','a','u','l','t',#13,#10,'#','-','R','i',
  55. 'n','t','e','l',#13,#10,#13,#10,'#',' ','A','l','l',' ','a','s','s',
  56. 'e','m','b','l','e','r',' ','b','l','o','c','k','s',' ','a','r','e',
  57. ' ','A','T','&','T',' ','s','t','y','l','e','d',' ','b','y',' ','d',
  58. 'e','f','a','u','l','t',#13,#10,'#','-','R','a','t','t',#13,#10,#13,
  59. #10,'#',' ','A','l','l',' ','a','s','s','e','m','b','l','e','r',' ',
  60. 'b','l','o','c','k','s',' ','a','r','e',' ','d','i','r','e','c','t',
  61. 'l','y',' ','c','o','p','i','e','d',' ','t','o',' ','a','s','m',#13,
  62. #10,'#','-','R','d','i','r','e','c','t',#13,#10,#13,#10,'#',' ','S',
  63. 'e','m','a','n','t','i','c',' ','c','h','e','c','k','i','n','g',#13,
  64. #10,'#',' ',' ','-','S','2',' ',' ',' ',' ',' ',' ',' ',' ','s','w',
  65. 'i','t','c','h',' ','s','o','m','e',' ','D','e','l','p','h','i',' ',
  66. '2',' ','e','x','t','e','n','s','i','o','n','s',' ','o','n',#13,#10,
  67. '#',' ',' ','-','S','c',' ',' ',' ',' ',' ',' ',' ',' ','s','u','p',
  68. 'p','o','r','t','s',' ','o','p','e','r','a','t','o','r','s',' ','l',
  69. 'i','k','e',' ','C',' ','(','*','=',',','+','=',',','/','=',' ','a',
  70. 'n','d',' ','-','=',')',#13,#10,'#',' ',' ','-','S','d',' ',' ',' ',
  71. ' ',' ',' ',' ',' ','t','r','i','e','s',' ','t','o',' ','b','e',' ',
  72. 'D','e','l','p','h','i',' ','c','o','m','p','a','t','i','b','l','e',
  73. #13,#10,'#',' ',' ','-','S','e','<','x','>',' ',' ',' ',' ',' ','c',
  74. 'o','m','p','i','l','e','r',' ','s','t','o','p','s',' ','a','f','t',
  75. 'e','r',' ','t','h','e',' ','<','x','>',' ','e','r','r','o','r','s',
  76. ' ','(','d','e','f','a','u','l','t',' ','i','s',' ','1',')',#13,#10,
  77. '#',' ',' ','-','S','g',' ',' ',' ',' ',' ',' ',' ',' ','a','l','l',
  78. 'o','w',' ','L','A','B','E','L',' ','a','n','d',' ','G','O','T','O',
  79. #13,#10,'#',' ',' ','-','S','h',' ',' ',' ',' ',' ',' ',' ',' ','U',
  80. 's','e',' ','a','n','s','i','s','t','r','i','n','g','s',#13,#10,'#',
  81. ' ',' ','-','S','i',' ',' ',' ',' ',' ',' ',' ',' ','s','u','p','p',
  82. 'o','r','t',' ','C','+','+',' ','s','t','y','l','e','d',' ','I','N',
  83. 'L','I','N','E',#13,#10,'#',' ',' ','-','S','m',' ',' ',' ',' ',' ',
  84. ' ',' ',' ','s','u','p','p','o','r','t',' ','m','a','c','r','o','s',
  85. ' ','l','i','k','e',' ','C',' ','(','g','l','o','b','a','l',')',#13,
  86. #10,'#',' ',' ','-','S','o',' ',' ',' ',' ',' ',' ',' ',' ','t','r',
  87. 'i','e','s',' ','t','o',' ','b','e',' ','T','P','/','B','P',' ','7',
  88. '.','0',' ','c','o','m','p','a','t','i','b','l','e',#13,#10,'#',' ',
  89. ' ','-','S','p',' ',' ',' ',' ',' ',' ',' ',' ','t','r','i','e','s',
  90. ' ','t','o',' ','b','e',' ','g','p','c',' ','c','o','m','p','a','t',
  91. 'i','b','l','e',#13,#10,'#',' ',' ','-','S','s',' ',' ',' ',' ',' ',
  92. ' ',' ',' ','c','o','n','s','t','r','u','c','t','o','r',' ','n','a',
  93. 'm','e',' ','m','u','s','t',' ','b','e',' ','i','n','i','t',' ','(',
  94. 'd','e','s','t','r','u','c','t','o','r',' ','m','u','s','t',' ','b',
  95. 'e',' ','d','o','n','e',')',#13,#10,'#',' ',' ','-','S','t',' ',' ',
  96. ' ',' ',' ',' ',' ',' ','a','l','l','o','w',' ','s','t','a','t','i',
  97. 'c',' ','k','e','y','w','o','r','d',' ','i','n',' ','o','b','j','e',
  98. 'c','t','s',#13,#10,'#',' ','A','l','l','o','w',' ','g','o','t','o',
  99. ',',' ','i','n','l','i','n','e',',',' ','C','-','o','p','e','r','a',
  100. 't','o','r','s',#13,#10,'-','S','g','i','c',#13,#10,#13,#10,'#',' ',
  101. '-','-','-','-','-','-','-','-','-','-','-','-','-','-','-',#13,#10,
  102. '#',' ','C','o','d','e',' ','g','e','n','e','r','a','t','i','o','n',
  103. #13,#10,'#',' ','-','-','-','-','-','-','-','-','-','-','-','-','-',
  104. '-','-',#13,#10,#13,#10,'#',' ','U','n','c','o','m','m','e','n','t',
  105. ' ','t','h','e',' ','n','e','x','t',' ','l','i','n','e',' ','i','f',
  106. ' ','y','o','u',' ','a','l','w','a','y','s',' ','w','a','n','t',' ',
  107. 's','t','a','t','i','c','/','d','y','n','a','m','i','c',' ','u','n',
  108. 'i','t','s',' ','b','y',' ','d','e','f','a','u','l','t',#13,#10,'#',
  109. ' ','(','c','a','n',' ','b','e',' ','o','v','e','r','r','u','l','e',
  110. 'd',' ','w','i','t','h',' ','-','C','D',',',' ','-','C','S',' ','a',
  111. 't',' ','t','h','e',' ','c','o','m','m','a','n','d','l','i','n','e',
  112. ')',#13,#10,'#','-','C','S',#13,#10,'#','-','C','D',#13,#10,#13,#10,
  113. '#',' ','S','e','t',' ','t','h','e',' ','d','e','f','a','u','l','t',
  114. ' ','h','e','a','p','s','i','z','e',' ','t','o',' ','8','M','b',#13,
  115. #10,'#','-','C','h','8','0','0','0','0','0','0',#13,#10,#13,#10,'#',
  116. ' ','S','e','t',' ','d','e','f','a','u','l','t',' ','c','o','d','e',
  117. 'g','e','n','e','r','a','t','i','o','n',' ','c','h','e','c','k','s',
  118. ' ','(','i','o','c','h','e','c','k',',',' ','o','v','e','r','f','l',
  119. 'o','w',',',' ','r','a','n','g','e',',',' ','s','t','a','c','k',')',
  120. #13,#10,'#','-','C','i',#13,#10,'#','-','C','o',#13,#10,'#','-','C',
  121. 'r',#13,#10,'#','-','C','t',#13,#10,#13,#10,'#',' ','O','p','t','i',
  122. 'm','i','z','e','r',' ','s','w','i','t','c','h','e','s',#13,#10,'#',
  123. ' ','-','O','g',' ',' ',' ',' ',' ',' ',' ',' ','g','e','n','e','r',
  124. 'a','t','e',' ','s','m','a','l','l','e','r',' ','c','o','d','e',#13,
  125. #10,'#',' ','-','O','G',' ',' ',' ',' ',' ',' ',' ',' ','g','e','n',
  126. 'e','r','a','t','e',' ','f','a','s','t','e','r',' ','c','o','d','e',
  127. ' ','(','d','e','f','a','u','l','t',')',#13,#10,'#',' ','-','O','r',
  128. ' ',' ',' ',' ',' ',' ',' ',' ','k','e','e','p',' ','c','e','r','t',
  129. 'a','i','n',' ','v','a','r','i','a','b','l','e','s',' ','i','n',' ',
  130. 'r','e','g','i','s','t','e','r','s',' ','(','s','t','i','l','l',' ',
  131. 'B','U','G','G','Y','!','!','!',')',#13,#10,'#',' ','-','O','u',' ',
  132. ' ',' ',' ',' ',' ',' ',' ','e','n','a','b','l','e',' ','u','n','c',
  133. 'e','r','t','a','i','n',' ','o','p','t','i','m','i','z','a','t','i',
  134. 'o','n','s',' ','(','s','e','e',' ','d','o','c','s',')',#13,#10,'#',
  135. ' ','-','O','1',' ',' ',' ',' ',' ',' ',' ',' ','l','e','v','e','l',
  136. ' ','1',' ','o','p','t','i','m','i','z','a','t','i','o','n','s',' ',
  137. '(','q','u','i','c','k',' ','o','p','t','i','m','i','z','a','t','i',
  138. 'o','n','s',')',#13,#10,'#',' ','-','O','2',' ',' ',' ',' ',' ',' ',
  139. ' ',' ','l','e','v','e','l',' ','2',' ','o','p','t','i','m','i','z',
  140. 'a','t','i','o','n','s',' ','(','-','O','1',' ','+',' ','s','l','o',
  141. 'w','e','r',' ','o','p','t','i','m','i','z','a','t','i','o','n','s',
  142. ')',#13,#10,'#',' ','-','O','3',' ',' ',' ',' ',' ',' ',' ',' ','l',
  143. 'e','v','e','l',' ','3',' ','o','p','t','i','m','i','z','a','t','i',
  144. 'o','n','s',' ','(','s','a','m','e',' ','a','s',' ','-','O','2','u',
  145. ')',#13,#10,'#',' ','-','O','p',' ',' ',' ',' ',' ',' ',' ',' ','t',
  146. 'a','r','g','e','t',' ','p','r','o','c','e','s','s','o','r',#13,#10,
  147. '#',' ',' ',' ',' ',' ','-','O','p','1',' ',' ','s','e','t',' ','t',
  148. 'a','r','g','e','t',' ','p','r','o','c','e','s','s','o','r',' ','t',
  149. 'o',' ','3','8','6','/','4','8','6',#13,#10,'#',' ',' ',' ',' ',' ',
  150. '-','O','p','2',' ',' ','s','e','t',' ','t','a','r','g','e','t',' ',
  151. 'p','r','o','c','e','s','s','o','r',' ','t','o',' ','P','e','n','t',
  152. 'i','u','m','/','P','e','n','t','i','u','m','M','M','X',' ','(','t',
  153. 'm',')',#13,#10,'#',' ',' ',' ',' ',' ','-','O','p','3',' ',' ','s',
  154. 'e','t',' ','t','a','r','g','e','t',' ','p','r','o','c','e','s','s',
  155. 'o','r',' ','t','o',' ','P','P','r','o','/','P','I','I','/','c','6',
  156. 'x','8','6','/','K','6',' ','(','t','m',')',#13,#10,#13,#10,'#',' ',
  157. 'O','p','t','i','m','i','z','e',' ','a','l','w','a','y','s',' ','f',
  158. 'o','r',' ','S','i','z','e',' ','a','n','d',' ','P','e','n','t','i',
  159. 'u','m','I','I',#13,#10,'#','-','O','g','2','p','3',#13,#10,#13,#10,
  160. #13,#10,'#',' ','-','-','-','-','-','-','-','-','-','-','-','-','-',
  161. '-','-','-','-','-','-','-','-','-','-',#13,#10,'#',' ','S','e','t',
  162. ' ','F','i','l','e','n','a','m','e','s',' ','a','n','d',' ','P','a',
  163. 't','h','s',#13,#10,'#',' ','-','-','-','-','-','-','-','-','-','-',
  164. '-','-','-','-','-','-','-','-','-','-','-','-','-',#13,#10,#13,#10,
  165. '#',' ','B','o','t','h',' ','s','l','a','s','h','e','s',' ','a','n',
  166. 'd',' ','b','a','c','k','s','l','a','s','h','e','s',' ','a','r','e',
  167. ' ','a','l','l','o','w','e','d',' ','i','n',' ','p','a','t','h','s',
  168. #13,#10,#13,#10,'#',' ','p','a','t','h',' ','t','o',' ','t','h','e',
  169. ' ','m','e','s','s','a','g','e','f','i','l','e',',',' ','n','o','t',
  170. ' ','n','e','c','e','s','s','a','r','y',' ','a','n','y','m','o','r',
  171. 'e',' ','b','u','t',' ','c','a','n',' ','b','e',' ','u','s','e','d',
  172. ' ','t','o',' ','o','v','e','r','r','i','d','e',#13,#10,'#',' ','t',
  173. 'h','e',' ','d','e','f','a','u','l','t',' ','l','a','n','g','u','a',
  174. 'g','e',#13,#10,'#','-','F','r','%','b','a','s','e','p','a','t','h',
  175. '%','/','m','s','g','/','e','r','r','o','r','e','.','m','s','g',#13,
  176. #10,'#','-','F','r','%','b','a','s','e','p','a','t','h','%','/','m',
  177. 's','g','/','e','r','r','o','r','n','.','m','s','g',#13,#10,'#','-',
  178. 'F','r','%','b','a','s','e','p','a','t','h','%','/','m','s','g','/',
  179. 'e','r','r','o','r','e','s','.','m','s','g',#13,#10,'#','-','F','r',
  180. '%','b','a','s','e','p','a','t','h','%','/','m','s','g','/','e','r',
  181. 'r','o','r','d','.','m','s','g',#13,#10,'#','-','F','r','%','b','a',
  182. 's','e','p','a','t','h','%','/','m','s','g','/','e','r','r','o','r',
  183. 'r','.','m','s','g',#13,#10,#13,#10,'#',' ','p','a','t','h',' ','t',
  184. 'o',' ','t','h','e',' ','g','c','c','l','i','b',#13,#10,'#','-','F',
  185. 'l','%','b','a','s','e','p','a','t','h','%','/','l','i','b',#13,#10,
  186. #13,#10,'#',' ','s','e','a','r','c','h','p','a','t','h',' ','f','o',
  187. 'r',' ','i','n','c','l','u','d','e','f','i','l','e','s',#13,#10,'#',
  188. ' ','r','e','l','e','a','s','e',' ','t','h','e','m',' ','o','n','l',
  189. 'y',' ','i','f',' ','y','o','u',' ','k','n','o','w',' ','w','h','a',
  190. 't',' ','y','o','u',' ','d','o',#13,#10,'#',' ','b','e','c','a','u',
  191. 's','e',' ','t','h','i','s',' ','c','o','u','l','d',' ','c','a','u',
  192. 's','e',' ','a',' ','r','e','b','u','i','l','d',' ','o','f',' ','t',
  193. 'h','e',' ','r','u','n','t','i','m','e',' ','l','i','b','r','a','r',
  194. 'y',#13,#10,'#',' ','i','f',' ','y','o','u',' ','t','e','l','l',' ',
  195. 't','h','e','m',' ','c','o','m','p','i','l','e','r','/','i','d','e',
  196. ' ','t','o',' ','b','u','i','l','d',' ','t','h','e',' ','p','r','o',
  197. 'j','e','c','t',' ','(','F','K',')',#13,#10,'#','-','F','i','%','b',
  198. 'a','s','e','p','a','t','h','%','/','s','o','u','r','c','e','/','r',
  199. 't','l','/','i','n','c',';','%','b','a','s','e','p','a','t','h','%',
  200. '/','s','o','u','r','c','e','/','r','t','l','/','i','3','8','6',#13,
  201. #10,#13,#10,'#',' ','s','e','a','r','c','h','p','a','t','h',' ','f',
  202. 'o','r',' ','o','b','j','e','c','t','f','i','l','e','s',#13,#10,'#',
  203. '-','F','o','%','b','a','s','e','p','a','t','h','%','/','s','o','u',
  204. 'r','c','e','/','r','t','l','/','i','n','c',';','%','b','a','s','e',
  205. 'p','a','t','h','%','/','s','o','u','r','c','e','/','r','t','l','/',
  206. 'i','3','8','6',#13,#10,#13,#10,'#',' ','s','e','a','r','c','h','p',
  207. 'a','t','h',' ','f','o','r',' ','u','n','i','t','s',' ','a','n','d',
  208. ' ','o','t','h','e','r',' ','s','y','s','t','e','m',' ','d','e','p',
  209. 'e','n','d','e','n','t',' ','t','h','i','n','g','s',#13,#10,'-','F',
  210. 'u','%','b','a','s','e','p','a','t','h','%','/','u','n','i','t','s',
  211. '/','$','F','P','C','T','A','R','G','E','T','/',#13,#10,'-','F','u',
  212. '%','b','a','s','e','p','a','t','h','%','/','u','n','i','t','s','/',
  213. '$','F','P','C','T','A','R','G','E','T','/','*',#13,#10,'-','F','u',
  214. '%','b','a','s','e','p','a','t','h','%','/','u','n','i','t','s','/',
  215. '$','F','P','C','T','A','R','G','E','T','/','r','t','l',#13,#10,#13,
  216. #10,'#',' ','s','e','a','r','c','h','p','a','t','h',' ','f','o','r',
  217. ' ','l','i','b','r','a','r','i','e','s',#13,#10,'#','-','F','l','%',
  218. 'b','a','s','e','p','a','t','h','%','/','l','i','b',#13,#10,'#','-',
  219. 'F','l','/','l','i','b',';','/','u','s','r','/','l','i','b',#13,#10,
  220. #13,#10,'#',' ','s','e','a','r','c','h','p','a','t','h',' ','f','o',
  221. 'r',' ','t','o','o','l','s',#13,#10,'-','F','D','%','b','a','s','e',
  222. 'p','a','t','h','%','/','b','i','n','/','$','F','P','C','T','A','R',
  223. 'G','E','T',#13,#10,#13,#10,'#',' ','-','-','-','-','-','-','-','-',
  224. '-','-','-','-','-',#13,#10,'#',' ','L','i','n','k','i','n','g',#13,
  225. #10,'#',' ','-','-','-','-','-','-','-','-','-','-','-','-','-',#13,
  226. #10,#13,#10,'#',' ','g','e','n','e','r','a','t','e',' ','a','l','w',
  227. 'a','y','s',' ','d','e','b','u','g','g','i','n','g',' ','i','n','f',
  228. 'o','r','m','a','t','i','o','n',' ','f','o','r',' ','G','D','B',' ',
  229. '(','s','l','o','w','s',' ','d','o','w','n',' ','t','h','e',' ','c',
  230. 'o','m','p','i','l','i','n','g',#13,#10,'#',' ','p','r','o','c','e',
  231. 's','s',')',#13,#10,'#','-','g','l',#13,#10,#13,#10,'#',' ','a','l',
  232. 'w','a','y','s',' ','p','a','s','s',' ','a','n',' ','o','p','t','i',
  233. 'o','n',' ','t','o',' ','t','h','e',' ','l','i','n','k','e','r',#13,
  234. #10,'#','-','k','-','s',#13,#10,#13,#10,'#',' ','A','l','w','a','y',
  235. 's',' ','s','t','r','i','p',' ','d','e','b','u','g','i','n','f','o',
  236. ' ','f','r','o','m',' ','t','h','e',' ','e','x','e','c','u','t','a',
  237. 'b','l','e',#13,#10,'-','X','s',#13,#10,#13,#10,#13,#10,'#',' ','-',
  238. '-','-','-','-','-','-','-','-','-','-','-','-',#13,#10,'#',' ','M',
  239. 'i','s','c','e','l','l','a','n','e','o','u','s',#13,#10,'#',' ','-',
  240. '-','-','-','-','-','-','-','-','-','-','-','-',#13,#10,#13,#10,'#',
  241. ' ','W','r','i','t','e',' ','a','l','w','a','y','s',' ','a',' ','n',
  242. 'i','c','e',' ','F','P','C',' ','l','o','g','o',' ',';',')',#13,#10,
  243. '-','l',#13,#10,#13,#10,'#',' ','V','e','r','b','o','s','i','t','y',
  244. #13,#10,'#',' ','e',' ',':',' ','S','h','o','w',' ','e','r','r','o',
  245. 'r','s',' ','(','d','e','f','a','u','l','t',')',' ',' ',' ',' ',' ',
  246. ' ',' ','d',' ',':',' ','S','h','o','w',' ','d','e','b','u','g',' ',
  247. 'i','n','f','o',#13,#10,'#',' ','w',' ',':',' ','S','h','o','w',' ',
  248. 'w','a','r','n','i','n','g','s',' ',' ',' ',' ',' ',' ',' ',' ',' ',
  249. ' ',' ',' ',' ',' ',' ','u',' ',':',' ','S','h','o','w',' ','u','s',
  250. 'e','d',' ','f','i','l','e','s',#13,#10,'#',' ','n',' ',':',' ','S',
  251. 'h','o','w',' ','n','o','t','e','s',' ',' ',' ',' ',' ',' ',' ',' ',
  252. ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','t',' ',':',' ','S','h','o',
  253. 'w',' ','t','r','i','e','d',' ','f','i','l','e','s',#13,#10,'#',' ',
  254. 'h',' ',':',' ','S','h','o','w',' ','h','i','n','t','s',' ',' ',' ',
  255. ' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','m',' ',
  256. ':',' ','S','h','o','w',' ','d','e','f','i','n','e','d',' ','m','a',
  257. 'c','r','o','s',#13,#10,'#',' ','i',' ',':',' ','S','h','o','w',' ',
  258. 'g','e','n','e','r','a','l',' ','i','n','f','o',' ',' ',' ',' ',' ',
  259. ' ',' ',' ',' ',' ',' ','p',' ',':',' ','S','h','o','w',' ','c','o',
  260. 'm','p','i','l','e','d',' ','p','r','o','c','e','d','u','r','e','s',
  261. #13,#10,'#',' ','l',' ',':',' ','S','h','o','w',' ','l','i','n','e',
  262. 'n','u','m','b','e','r','s',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',
  263. ' ',' ','c',' ',':',' ','S','h','o','w',' ','c','o','n','d','i','t',
  264. 'i','o','n','a','l','s',#13,#10,'#',' ','a',' ',':',' ','S','h','o',
  265. 'w',' ','e','v','e','r','y','t','h','i','n','g',' ',' ',' ',' ',' ',
  266. ' ',' ',' ',' ',' ',' ',' ',' ','0',' ',':',' ','S','h','o','w',' ',
  267. 'n','o','t','h','i','n','g',' ','(','e','x','c','e','p','t',' ','e',
  268. 'r','r','o','r','s',')',#13,#10,#13,#10,'#',' ','D','i','s','p','l',
  269. 'a','y',' ','I','n','f','o',',',' ','W','a','r','n','i','n','g','s',
  270. ',',' ','N','o','t','e','s',' ','a','n','d',' ','H','i','n','t','s',
  271. #13,#10,'-','v','i','w','n',#13,#10,'#',' ','I','f',' ','y','o','u',
  272. ' ','d','o','n',#39,'t',' ','w','a','n','t',' ','s','o',' ','m','u',
  273. 'c','h',' ','v','e','r','b','o','s','i','t','y',' ','u','s','e',#13,
  274. #10,'#','-','v','w',#13,#10,#13,#10);