install.dat 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. #
  2. # $Id$
  3. #
  4. # Install file for Go32v2/Win32/OS2
  5. #
  6. title=Free Pascal Compiler 0.99.14
  7. version=0.99.14
  8. basepath=c:\pp
  9. binsub=\bin\go32v2
  10. ppc386=ppc386
  11. #
  12. # Go32v2 packages
  13. #
  14. pack=Dos/~G~o32v2
  15. filecheck=*go32.zip
  16. package=basego32.zip,~B~asic system for Go32v2 (required)
  17. package=asldgo32.zip,GNU ~L~inker and GNU Assembler for Go32v2 (required)
  18. package=gdbgo32.zip,GNU ~D~ebugger for Go32v2
  19. package=utilgo32.zip,GNU ~U~tilities (needed by Makefiles)
  20. package=ufclgo32.zip,~F~ree Component Libary (FCL)
  21. package=uapigo32.zip,~A~PI units (needed by FV)
  22. package=ubasgo32.zip,Basic ~u~nits (needed by FCL)
  23. package=unetgo32.zip,~N~etworking units
  24. package=umisgo32.zip,~M~iscellaneous units
  25. #package=ufvgo32.zip,Free ~V~ision (FV)
  26. #
  27. # Win32 packages
  28. #
  29. pack=~W~in32
  30. filecheck=*w32.zip
  31. package=basew32.zip,~B~asic system for Win32 (required)
  32. package=asldw32.zip,GNU ~L~inker and GNU Assembler for Win32 (required)
  33. package=gdbw32.zip,GNU ~D~ebugger for Win32
  34. package=utilw32.zip,GNU ~U~tilities (for makefiles)
  35. package=ufclw32.zip,~F~ree Component Libary (FCL)
  36. package=uapiw32.zip,~A~PI units (needed by FV)
  37. package=ubasw32.zip,~B~asic units (needed by FCL)
  38. package=ugtkw32.zip,GT~K~ units
  39. package=unetw32.zip,~N~etworking units
  40. package=udbw32.zip,Da~t~abase (interbase,mysql) units
  41. package=umisw32.zip,~M~iscellaneous units
  42. #package=ufvw32.zip,Free ~V~ision (FV)
  43. #
  44. # Emx packages
  45. #
  46. pack=Os/2 ~E~MX
  47. filecheck=*emx.zip
  48. package=baseemx.zip,~B~asic system for EMX (required)
  49. package=asldemx.zip,GNU ~L~inker and assembler for EMX (required)
  50. package=gdbemx.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  51. package=utilemx.zip,GNU ~U~tilities (for makefiles)
  52. #
  53. # Common packages
  54. #
  55. pack=~C~ommon
  56. package=docs-pdf.zip,Documentation (~P~DF)
  57. package=demo.zip,D~e~mos
  58. #
  59. # Source packages
  60. #
  61. pack=~S~ources
  62. filecheck=*src.zip
  63. package=basesrc.zip,~B~asic Makefiles for the sources
  64. package=compsrc.zip,~C~ompiler sources
  65. package=rtlsrc.zip,~R~un time library sources
  66. package=fclsrc.zip,~F~ree component library (FCL) sources
  67. package=apisrc.zip,~A~PI units sources
  68. package=pkgssrc.zip,~P~ackages units sources
  69. package=utilssrc.zip,~U~tils sources
  70. package=instsrc.zip,~I~nstaller sources
  71. package=docsrc.zip,~D~ocumentation sources (LaTeX)
  72. cfgfile=ppc386.cfg
  73. defaultcfg=
  74. #
  75. # Example ppc386.cfg for Free Pascal Compiler Version 0.99.14
  76. #
  77. # ----------------------
  78. # Defines (preprocessor)
  79. # ----------------------
  80. #
  81. # nested #IFNDEF, #IFDEF, #ENDIF, #ELSE, #DEFINE, #UNDEF are allowed
  82. #
  83. # -d is the same as #DEFINE
  84. # -u is the same as #UNDEF
  85. #
  86. # When not m68k is defined at the commandline, define i386
  87. #IFNDEF m68k
  88. #DEFINE i386
  89. #ENDIF
  90. #
  91. # Some examples (for switches see below, and the -? helppages)
  92. #
  93. # Try compiling with the -dRELEASE or -dDEBUG on the commandline
  94. #
  95. # For a release compile with optimizes and strip debuginfo
  96. #IFDEF RELEASE
  97. -OG2p2
  98. -Xs
  99. #WRITE Compiling Release Version
  100. #ENDIF
  101. # For a debug version compile with debuginfo and all codegeneration checks on
  102. #IFDEF DEBUG
  103. -g
  104. -Crtoi
  105. #WRITE Compiling Debug Version
  106. #ENDIF
  107. # ----------------
  108. # Parsing switches
  109. # ----------------
  110. # All assembler blocks are intel styled by default
  111. #-Rintel
  112. # All assembler blocks are AT&T styled by default
  113. #-Ratt
  114. # All assembler blocks are directly copied to asm
  115. #-Rdirect
  116. # Semantic checking
  117. # -S2 switch some Delphi 2 extensions on
  118. # -Sc supports operators like C (*=,+=,/= and -=)
  119. # -Sd tries to be Delphi compatible
  120. # -Se<x> compiler stops after the <x> errors (default is 1)
  121. # -Sg allow LABEL and GOTO
  122. # -Sh Use ansistrings
  123. # -Si support C++ styled INLINE
  124. # -Sm support macros like C (global)
  125. # -So tries to be TP/BP 7.0 compatible
  126. # -Sp tries to be gpc compatible
  127. # -Ss constructor name must be init (destructor must be done)
  128. # -St allow static keyword in objects
  129. # Allow goto, inline, C-operators
  130. -Sgic
  131. # ---------------
  132. # Code generation
  133. # ---------------
  134. # Uncomment the next line if you always want static/dynamic units by default
  135. # (can be overruled with -CD, -CS at the commandline)
  136. #-CS
  137. #-CD
  138. # Set the default heapsize to 8Mb
  139. #-Ch8000000
  140. # Set default codegeneration checks (iocheck, overflow, range, stack)
  141. #-Ci
  142. #-Co
  143. #-Cr
  144. #-Ct
  145. # Optimizer switches
  146. # -Og generate smaller code
  147. # -OG generate faster code (default)
  148. # -Or keep certain variables in registers (still BUGGY!!!)
  149. # -Ou enable uncertain optimizations (see docs)
  150. # -O1 level 1 optimizations (quick optimizations)
  151. # -O2 level 2 optimizations (-O1 + slower optimizations)
  152. # -O3 level 3 optimizations (same as -O2u)
  153. # -Op target processor
  154. # -Op1 set target processor to 386/486
  155. # -Op2 set target processor to Pentium/PentiumMMX (tm)
  156. # -Op3 set target processor to PPro/PII/c6x86/K6 (tm)
  157. # Optimize always for Size and Pentium
  158. #-Og2p2
  159. # -----------------------
  160. # Set Filenames and Paths
  161. # -----------------------
  162. # Both slashes and backslashes are allowed in paths
  163. # path to the messagefile, not necessary anymore but can be used to override
  164. # the default language
  165. #-Fr$1/msg/errore.msg
  166. #-Fr$1/msg/errorn.msg
  167. #-Fr$1/msg/errores.msg
  168. #-Fr$1/msg/errord.msg
  169. #-Fr$1/msg/errorr.msg
  170. # path to the gcclib
  171. #-Fl$1/lib
  172. # searchpath for includefiles
  173. -Fi$1/source/rtl/inc;$1/source/rtl/i386
  174. # searchpath for objectfiles
  175. #-Fo$1/source/rtl/inc;$1/source/rtl/i386
  176. # searchpath for units and other system dependent things
  177. -Fu$1/units/$TARGET
  178. -Fu$1/units/$TARGET/*
  179. -Fu$1/units/$TARGET/rtl
  180. # searchpath for libraries
  181. #-Fl$1/lib
  182. #-Fl/lib;/usr/lib
  183. # searchpath for tools
  184. -FD$1/bin/$TARGET
  185. # -------------
  186. # Linking
  187. # -------------
  188. # generate always debugging information for GDB (slows down the compiling
  189. # process)
  190. #-g
  191. # always pass an option to the linker
  192. #-k-s
  193. # Always strip debuginfo from the executable
  194. -Xs
  195. # -------------
  196. # Miscellaneous
  197. # -------------
  198. # Write always a nice FPC logo ;)
  199. -l
  200. # Verbosity
  201. # e : Show errors (default) d : Show debug info
  202. # w : Show warnings u : Show used files
  203. # n : Show notes t : Show tried files
  204. # h : Show hints m : Show defined macros
  205. # i : Show general info p : Show compiled procedures
  206. # l : Show linenumbers c : Show conditionals
  207. # a : Show everything 0 : Show nothing (except errors)
  208. # Display Info, Warnings, Notes and Hints
  209. -viwnh
  210. # If you don't want so much verbosity use
  211. #-vw
  212. #
  213. # That's all folks
  214. #
  215. endcfg