install.dat 6.8 KB

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