install.dat 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  1. #
  2. # $Id$
  3. #
  4. # Install file for Go32v2/Win32/OS2
  5. #
  6. title=Free Pascal Compiler 1.0.4
  7. version=1.0.4
  8. #
  9. # General
  10. #
  11. basepath=c:\pp
  12. docsub=doc
  13. helpidx=fpctoc.htm
  14. #
  15. # Go32v2 packages
  16. #
  17. pack=Dos/Go~3~2v2
  18. binsub=\bin\go32v2
  19. ppc386=ppc386
  20. targetname=go32v2
  21. cfgfile=fpc.cfg
  22. idecfgfile=fp.cfg
  23. ideinifile=fp.ini
  24. filecheck=*go32.zip
  25. package=basego32.zip,~B~asic system for Go32v2 (required)
  26. package=asldgo32.zip,GNU ~L~inker and GNU Assembler for Go32v2 (required)
  27. package=idego32.zip,~I~DE with integrated debugger/compiler (BETA)
  28. package=utilgo32.zip,~E~xtra Utilities
  29. package=makego32.zip,GNU ~U~tilities (needed for Makefile usage)
  30. package=gdbgo32.zip,GNU ~D~ebugger for Go32v2
  31. package=ufclgo32.zip,~F~ree Component Libary (FCL)
  32. package=ubasgo32.zip,Basic ~u~nits (needed by FCL)
  33. package=unetgo32.zip,~N~etworking units
  34. package=umisgo32.zip,~M~iscellaneous units
  35. #package=ufvgo32.zip,Free ~V~ision (FV)
  36. #
  37. # Win32 packages
  38. #
  39. pack=~W~in32
  40. binsub=\bin\win32
  41. ppc386=ppc386
  42. targetname=win32
  43. cfgfile=fpc.cfg
  44. idecfgfile=fp.cfg
  45. ideinifile=fp.ini
  46. filecheck=*w32.zip
  47. package=basew32.zip,~B~asic system for Win32 (required)
  48. package=asldw32.zip,GNU ~L~inker and GNU Assembler for Win32 (required)
  49. package=idew32.zip,~I~DE with integrated debugger/compiler (BETA)
  50. package=utilw32.zip,~E~xtra Utilities
  51. package=makew32.zip,GNU ~U~tilities (needed for Makefile usage)
  52. package=gdbw32.zip,GNU ~D~ebugger for Win32
  53. package=ufclw32.zip,~F~ree Component Libary (FCL)
  54. package=ubasw32.zip,~B~asic units (needed by FCL)
  55. package=ugfxw32.zip,O~p~enGL units
  56. package=ugtkw32.zip,GT~K~ units
  57. package=unetw32.zip,~N~etworking units
  58. package=udbw32.zip,Da~t~abase (interbase,mysql) units
  59. package=umisw32.zip,~M~iscellaneous units
  60. #package=ufvw32.zip,Free ~V~ision (FV)
  61. #
  62. # Emx packages
  63. #
  64. pack=OS/2 ~E~MX
  65. binsub=\bin\os2
  66. ppc386=ppc386
  67. targetname=os2
  68. cfgfile=fpc.cfg
  69. idecfgfile=fp.cfg
  70. ideinifile=fp.ini
  71. filecheck=*emx.zip
  72. package=baseemx.zip,~B~asic system for EMX (required)
  73. package=asldemx.zip,GNU ~L~inker and assembler for EMX (required)
  74. package=gdbemx.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  75. package=utilemx.zip,GNU ~U~tilities (for makefiles)
  76. #
  77. # Common packages
  78. #
  79. pack=C~o~mmon
  80. package=docs-pdf.zip,Documentation (~P~DF)
  81. package=doc-htm.zip,Documentation (~H~MTL)
  82. package=demo.zip,D~e~mos
  83. package=ufclexm.zip,Examples for ~F~CL
  84. package=upkgexm.zip,Examples for ~P~ackages
  85. #
  86. # Source packages
  87. #
  88. pack=~S~ources
  89. filecheck=*src.zip
  90. package=basesrc.zip,~B~asic Makefiles for the sources
  91. package=compsrc.zip,~C~ompiler sources
  92. package=rtlsrc.zip,~R~un time library sources
  93. package=fclsrc.zip,~F~ree component library (FCL) sources
  94. package=pkgssrc.zip,~P~ackages units sources
  95. package=utilsrc.zip,~U~tils sources
  96. package=instsrc.zip,~I~nstaller sources
  97. package=docsrc.zip,~D~ocumentation sources (LaTeX)
  98. defaultcfg=
  99. #
  100. # Example fpc.cfg for Free Pascal Compiler Version 1.0.2
  101. #
  102. # ----------------------
  103. # Defines (preprocessor)
  104. # ----------------------
  105. #
  106. # nested #IFNDEF, #IFDEF, #ENDIF, #ELSE, #DEFINE, #UNDEF are allowed
  107. #
  108. # -d is the same as #DEFINE
  109. # -u is the same as #UNDEF
  110. #
  111. # When not m68k is defined at the commandline, define i386
  112. #IFNDEF m68k
  113. #DEFINE i386
  114. #ENDIF
  115. #
  116. # Some examples (for switches see below, and the -? helppages)
  117. #
  118. # Try compiling with the -dRELEASE or -dDEBUG on the commandline
  119. #
  120. # For a release compile with optimizes and strip debuginfo
  121. #IFDEF RELEASE
  122. -OG2p2
  123. -Xs
  124. #WRITE Compiling Release Version
  125. #ENDIF
  126. # For a debug version compile with debuginfo and all codegeneration checks on
  127. #IFDEF DEBUG
  128. -g
  129. -Crtoi
  130. #WRITE Compiling Debug Version
  131. #ENDIF
  132. # ----------------
  133. # Parsing switches
  134. # ----------------
  135. # All assembler blocks are intel styled by default
  136. #-Rintel
  137. # All assembler blocks are AT&T styled by default
  138. #-Ratt
  139. # All assembler blocks are directly copied to asm
  140. #-Rdirect
  141. # Semantic checking
  142. # -S2 switch some Delphi 2 extensions on
  143. # -Sc supports operators like C (*=,+=,/= and -=)
  144. # -Sd tries to be Delphi compatible
  145. # -Se<x> compiler stops after the <x> errors (default is 1)
  146. # -Sg allow LABEL and GOTO
  147. # -Sh Use ansistrings
  148. # -Si support C++ styled INLINE
  149. # -Sm support macros like C (global)
  150. # -So tries to be TP/BP 7.0 compatible
  151. # -Sp tries to be gpc compatible
  152. # -Ss constructor name must be init (destructor must be done)
  153. # -St allow static keyword in objects
  154. # Allow goto, inline, C-operators
  155. -Sgic
  156. # ---------------
  157. # Code generation
  158. # ---------------
  159. # Uncomment the next line if you always want static/dynamic units by default
  160. # (can be overruled with -CD, -CS at the commandline)
  161. #-CS
  162. #-CD
  163. # Set the default heapsize to 8Mb
  164. #-Ch8000000
  165. # Set default codegeneration checks (iocheck, overflow, range, stack)
  166. #-Ci
  167. #-Co
  168. #-Cr
  169. #-Ct
  170. # Optimizer switches
  171. # -Og generate smaller code
  172. # -OG generate faster code (default)
  173. # -Or keep certain variables in registers (still BUGGY!!!)
  174. # -Ou enable uncertain optimizations (see docs)
  175. # -O1 level 1 optimizations (quick optimizations)
  176. # -O2 level 2 optimizations (-O1 + slower optimizations)
  177. # -O3 level 3 optimizations (same as -O2u)
  178. # -Op target processor
  179. # -Op1 set target processor to 386/486
  180. # -Op2 set target processor to Pentium/PentiumMMX (tm)
  181. # -Op3 set target processor to PPro/PII/c6x86/K6 (tm)
  182. # Optimize always for Size and Pentium
  183. #-Og2p2
  184. # -----------------------
  185. # Set Filenames and Paths
  186. # -----------------------
  187. # Both slashes and backslashes are allowed in paths
  188. # path to the messagefile, not necessary anymore but can be used to override
  189. # the default language
  190. #-Fr$1/msg/errore.msg
  191. #-Fr$1/msg/errorn.msg
  192. #-Fr$1/msg/errores.msg
  193. #-Fr$1/msg/errord.msg
  194. #-Fr$1/msg/errorr.msg
  195. # path to the gcclib
  196. #-Fl$1/lib
  197. # searchpath for includefiles
  198. # release them only if you know what you do
  199. # because this could cause a rebuild of the runtime library
  200. # if you tell them compiler/ide to build the project (FK)
  201. #-Fi$1/source/rtl/inc;$1/source/rtl/i386
  202. # searchpath for objectfiles
  203. #-Fo$1/source/rtl/inc;$1/source/rtl/i386
  204. # searchpath for units and other system dependent things
  205. -Fu$1/units/$TARGET
  206. -Fu$1/units/$TARGET/*
  207. -Fu$1/units/$TARGET/rtl
  208. # searchpath for libraries
  209. #-Fl$1/lib
  210. #-Fl/lib;/usr/lib
  211. # searchpath for tools
  212. -FD$1/bin/$TARGET
  213. # -------------
  214. # Linking
  215. # -------------
  216. # generate always debugging information for GDB (slows down the compiling
  217. # process)
  218. #-gl
  219. # always pass an option to the linker
  220. #-k-s
  221. # Always strip debuginfo from the executable
  222. -Xs
  223. # -------------
  224. # Miscellaneous
  225. # -------------
  226. # Write always a nice FPC logo ;)
  227. -l
  228. # Verbosity
  229. # e : Show errors (default) d : Show debug info
  230. # w : Show warnings u : Show used files
  231. # n : Show notes t : Show tried files
  232. # h : Show hints m : Show defined macros
  233. # i : Show general info p : Show compiled procedures
  234. # l : Show linenumbers c : Show conditionals
  235. # a : Show everything 0 : Show nothing (except errors)
  236. # Display Info, Warnings, Notes and Hints
  237. -viwnh
  238. # If you don't want so much verbosity use
  239. #-vw
  240. endcfg
  241. # the IDE configuration files
  242. defaultidecfg=
  243. #IFDEF NORMAL
  244. -T$target
  245. -Sg
  246. -O1
  247. -OG
  248. -Op2
  249. -Ratt
  250. -Fu$1\units\$TARGET
  251. -Fu$1\units\$TARGET\*
  252. -Fu$1\units\$TARGET\rtl
  253. -Cs131072
  254. -Ch2097152
  255. -g-
  256. -p-
  257. -b-
  258. #ENDIF
  259. #IFDEF DEBUG
  260. -T$target
  261. -Sg
  262. -Cr
  263. -Ci
  264. -Co
  265. -OG
  266. -Op2
  267. -Ratt
  268. -Fu$1\units\$TARGET
  269. -Fu$1\units\$TARGET\*
  270. -Fu$1\units\$TARGET\rtl
  271. -Cs131072
  272. -Ch2097152
  273. -g
  274. -p-
  275. -b-
  276. #ENDIF
  277. #IFDEF RELEASE
  278. -T$target
  279. -Sg
  280. -O1
  281. -O2
  282. -OG
  283. -Op2
  284. -Ratt
  285. -Fu$1\units\$TARGET
  286. -Fu$1\units\$TARGET\*
  287. -Fu$1\units\$TARGET\rtl
  288. -Cs131072
  289. -Ch2097152
  290. -g-
  291. -p-
  292. -b-
  293. #ENDIF
  294. endcfg
  295. defaultideini=
  296. [Compile]
  297. CompileMode=DEBUG
  298. [Help]
  299. Files="$1\doc\fpctoc.htx"
  300. [Editor]
  301. DefaultTabSize=8
  302. DefaultFlags=20599
  303. DefaultSaveExt=.pas
  304. DefaultIndentSize=1
  305. [Highlight]
  306. Exts="*.pas;*.pp;*.inc"
  307. NeedsTabs="make*;make*.*"
  308. [SourcePath]
  309. SourceList=""
  310. [Mouse]
  311. DoubleDelay=8
  312. ReverseButtons=0
  313. AltClickAction=6
  314. CtrlClickAction=1
  315. [Search]
  316. FindFlags=4
  317. [Breakpoints]
  318. Count=0
  319. [Watches]
  320. Count=0
  321. [Preferences]
  322. DesktopFileFlags=209
  323. CenterCurrentLineWhileDebugging=1
  324. AutoSaveFlags=7
  325. MiscOptions=6
  326. DesktopLocation=1
  327. [Misc]
  328. ShowReadme=1
  329. [Files]
  330. OpenExts="*.pas;*.pp;*.inc"
  331. endcfg
  332. #
  333. # That's all folks
  334. #