install.dat 8.3 KB

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