install.dat 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795
  1. #
  2. # $Id: install.dat,v 1.39 2005/03/06 18:00:07 hajny Exp $
  3. #
  4. # Install file for Go32v2/Win32/OS2/EMX
  5. #
  6. # Warning: no package should contain more than 16 files
  7. title=Free Pascal Compiler 2.1.2
  8. version=2.1.2
  9. #
  10. # General
  11. #
  12. basepath=c:\pp
  13. docsub=doc
  14. helpidx=fpctoc.htm
  15. #
  16. # Go32v2 packages
  17. #
  18. pack=~D~os/Go32v2
  19. binsub=\bin\go32v2
  20. ppc386=ppc386
  21. targetname=go32v2
  22. cfgfile=fpc.cfg
  23. idecfgfile=fp.cfg
  24. ideinifile=fp.ini
  25. filecheck=*dos.zip
  26. # Dos 1
  27. package=basedos.zip,~B~asic system for Go32v2 (required)
  28. # Dos 2
  29. package=aslddos.zip,GNU ~L~inker and GNU Assembler for Go32v2 (required)
  30. # Dos 3
  31. package=idedos.zip,~I~DE with integrated debugger/compiler (BETA)
  32. # Dos 4
  33. package=utildos.zip,~E~xtra Utilities
  34. # Dos 5
  35. package=makedos.zip,GNU ~U~tilities (needed for Makefile usage)
  36. # Dos 6
  37. package=gdbdos.zip,GNU ~D~ebugger for Go32v2
  38. # Dos 7
  39. package=ugdbintdos.zip[ugdbdos.zip],GDB Interfacing units
  40. # Dos 8
  41. package=upaszlibdos.zip[upzldos.zip],PasZLib units
  42. # Dos 9
  43. package=uregexprdos.zip[uregdos.zip],Regular expression units
  44. # Dos 10
  45. package=uunzipdos.zip[uzipdos.zip],Unzip units
  46. # Dos 11
  47. package=unetdbdos.zip[undbdos.zip],NetDB units
  48. # Dos 12
  49. package=upasjpegdos.zip[upjpdos.zip],Pas~J~PEG units
  50. # Dos 13
  51. package=uhashdos.zip,Hash calculation units
  52. # Dos 14
  53. package=ufvdos.zip,Free ~V~ision (FV)
  54. # Dos 15
  55. package=ugraphdos.zip[ugrphdos.zip],Unit Graph
  56. # Dos 16
  57. package=ufclbdos.zip,Free Component Libary (FCL) - base part
  58. # Dos 17
  59. package=ufclddos.zip,Free Component Libary (FCL) - datasets
  60. # Dos 18
  61. package=ufcludos.zip,Free Component Libary (FCL) - FPCUnit
  62. # Dos 19
  63. package=ufclidos.zip,Free Component Libary (FCL) - images
  64. # Dos 20
  65. package=ufclndos.zip,Free Component Libary (FCL) - network
  66. # Dos 21
  67. package=ufclpdos.zip,Free Component Libary (FCL) - Pascal source processing
  68. # Dos 22
  69. package=ufclrdos.zip,Free Component Libary (FCL) - registry
  70. # Dos 23
  71. package=ufclxdos.zip,Free Component Libary (FCL) - XML
  72. # Dos 24
  73. package=ufclwdos.zip,Free Component Libary (FCL) - Web
  74. #
  75. # Win32 packages
  76. #
  77. pack=~W~in32
  78. binsub=\bin\i386-win32
  79. ppc386=ppc386
  80. targetname=i386-win32
  81. cfgfile=fpc.cfg
  82. idecfgfile=fp.cfg
  83. ideinifile=fp.ini
  84. setpathfile=setpath.bat
  85. filecheck=*.i386-win32.zip
  86. # Win32 1
  87. package=base.i386-win32.zip,~B~asic system for Win32 (required)
  88. # Win32 2
  89. package=asld.i386-win32.zip,GNU ~L~inker and GNU Assembler for Win32 (required)
  90. # Win32 3
  91. package=ide.i386-win32.zip,~I~DE with integrated debugger/compiler (BETA)
  92. # Win32 4
  93. package=utils.i386-win32.zip,~E~xtra Utilities
  94. # Win32 5
  95. package=make.i386-win32.zip,GNU ~U~tilities (needed for Makefile usage)
  96. # Win32 6
  97. package=gdb.i386-win32.zip,GNU ~D~ebugger for Win32
  98. # Win32 7
  99. package=units-fv.i386-win32.zip,Free ~V~ision (FV)
  100. # Win32 8
  101. package=units-fpgtk.i386-win32.zip,fpGTK units
  102. # Win32 9
  103. package=units-sqlite.i386-win32.zip,SQLite interface units
  104. # Win32 10
  105. package=units-cdrom.i386-win32.zip,CD-ROM interface units
  106. # Win32 11
  107. package=units-odbc.i386-win32.zip,ODBC interface units
  108. # Win32 12
  109. package=units-winunits.i386-win32.zip,Extended Windows API interface units
  110. # Win32 13
  111. package=units-tcl.i386-win32.zip,TCL interface units
  112. # Win32 14
  113. package=units-graph.i386-win32.zip,Unit Graph
  114. # Win32 15
  115. package=units-fftw.i386-win32.zip,FFTW interface unit
  116. # Win32 16
  117. package=units-postgres.i386-win32.zip,PostGreSQL interface units
  118. # Win32 17
  119. package=units-httpd-1.3.i386-win32.zip,HTTPD 1.3 interface units
  120. # Win32 18
  121. package=units-httpd-2.0.i386-win32.zip,HTTPD 2.0 interface units
  122. # Win32 19
  123. package=units-httpd-2.2.i386-win32.zip,HTTPD 2.2 interface units
  124. # Win32 20
  125. package=units-oggvorbis.i386-win32.zip,OGG Vorbis interface units
  126. # Win32 21
  127. package=units-openal.i386-win32.zip,OpenAL interface units
  128. # Win32 22
  129. package=units-openssl.i386-win32.zip,OpenSSL interface units
  130. #
  131. # Win32 packages 2nd part
  132. #
  133. pack=Win~3~2-2
  134. filecheck=*.i386-win32.zip
  135. # Win32-2 1
  136. package=units-opengl.i386-win32.zip,OpenGL units
  137. # Win32-2 2
  138. package=units-gtk.i386-win32.zip,GTK units
  139. # Win32-2 3
  140. package=units-ibase.i386-win32.zip,Interbase interface units
  141. # Win32-2 4
  142. package=units-mysql.i386-win32.zip,MySQL interface units
  143. # Win32-2 5
  144. package=units-gdbint.i386-win32.zip,GDB Interfacing units
  145. # Win32-2 6
  146. package=units-paszlib.i386-win32.zip,PasZLib units
  147. # Win32-2 7
  148. package=units-regexpr.i386-win32.zip,Regular expression units
  149. # Win32-2 8
  150. package=units-unzip.i386-win32.zip,Unzip units
  151. # Win32-2 9
  152. package=units-zlib.i386-win32.zip,ZLib interface units
  153. # Win32-2 10
  154. package=units-netdb.i386-win32.zip,NetDB units
  155. # Win32-2 11
  156. package=units-pasjpeg.i386-win32.zip,Pas~J~PEG units
  157. # Win32-2 12
  158. package=units-hash.i386-win32.zip,Hash calculation units
  159. # Win32-2 13
  160. package=units-oracle.i386-win32.zip,Oracle interface units
  161. # Win32-2 14
  162. package=units-fcl-base.i386-win32.zip,Free Component Libary (FCL) - base part
  163. # Win32-2 15
  164. package=units-fcl-db.i386-win32.zip,Free Component Libary (FCL) - datasets
  165. # Win32-2 16
  166. package=units-fcl-fpcunit.i386-win32.zip,Free Component Libary (FCL) - FPCUnit
  167. # Win32-2 17
  168. package=units-fcl-image.i386-win32.zip,Free Component Libary (FCL) - images
  169. # Win32-2 18
  170. package=units-fcl-net.i386-win32.zip,Free Component Libary (FCL) - network
  171. # Win32-2 19
  172. package=units-fcl-passrc.i386-win32.zip,Free Component Libary (FCL) - Pascal sources processing
  173. # Win32-2 20
  174. package=units-fcl-registry.i386-win32.zip,Free Component Libary (FCL) - registry
  175. # Win32-2 21
  176. package=units-fcl-web.i386-win32.zip,Free Component Libary (FCL) - Web
  177. # Win32-2 22
  178. package=units-fcl-xml.i386-win32.zip,Free Component Libary (FCL) - XML
  179. #
  180. # OS/2 packages
  181. #
  182. pack=~O~S/2
  183. binsub=\bin\os2
  184. ppc386=ppc386
  185. targetname=i386-os2
  186. cfgfile=fpc.cfg
  187. idecfgfile=fp.cfg
  188. ideinifile=fp.ini
  189. filecheck=*os2.zip
  190. # OS/2 1
  191. package=baseos2.zip,~B~asic system for OS/2 (required)
  192. # OS/2 2
  193. package=asldos2.zip,GNU ~L~inker and GNU assembler for OS/2 (required)
  194. # OS/2 3
  195. package=ideos2.zip,~I~DE with integrated compiler (BETA - no debugger)
  196. # OS/2 4
  197. package=utilsos2.zip[utilos2.zip],~E~xtra Utilities
  198. # OS/2 5
  199. package=makeos2.zip,GNU ~U~tilities (needed for Makefile usage)
  200. # OS/2 6
  201. package=gdbos2.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  202. # OS/2 7
  203. package=ufvos2.zip,Free ~V~ision (FV)
  204. # OS/2 8
  205. package=uclkdllos2.zip[uclkos2.zip],CLKDLL interface unit (eCS 1.1+)
  206. # OS/2 9
  207. package=ulvmos2.zip,LVM interface unit (OS/2 v4.5 / eCS)
  208. # OS/2 10
  209. package=upasjpegos2.zip[upjpos2.zip],Pas~J~PEG units
  210. # OS/2 11
  211. package=uhashos2.zip,Hash calculation units
  212. # OS/2 12
  213. package=ufclbos2.zip,Free Component Library (FCL) - base part
  214. # OS/2 13
  215. package=ufcldos2.zip,Free Component Library (FCL) - datasets
  216. # OS/2 14
  217. package=ufcluos2.zip,Free Component Library (FCL) - FPCUnit
  218. # OS/2 15
  219. package=ufclios2.zip,Free Component Library (FCL) - images
  220. # OS/2 16
  221. package=ufclnos2.zip,Free Component Library (FCL) - network
  222. # OS/2 17
  223. package=ufclpos2.zip,Free Component Library (FCL) - Pascal sources processing
  224. # OS/2 18
  225. package=ufclros2.zip,Free Component Library (FCL) - registry
  226. # OS/2 19
  227. package=ufclxos2.zip,Free Component Library (FCL) - XML
  228. # OS/2 20
  229. #package=ufclwos2.zip,Free Component Library (FCL) - Web
  230. #
  231. # OS/2 packages 2nd part
  232. #
  233. pack=OS/~2~-2
  234. filecheck=*os2.zip
  235. # OS/2-2 1
  236. #package=ugdbintos2.zip[ugdbos2.zip],GDB interfacing units
  237. # OS/2-2 2
  238. package=upaszlibos2.zip[upzlos2.zip],PasZLib units
  239. # OS/2-2 3
  240. package=uregexpros2.zip[uregos2.zip],Regular expression units
  241. # OS/2-2 4
  242. package=urexxos2.zip,REXX SAA interface units
  243. # OS/2-2 5
  244. package=uunzipos2.zip[uzipos2.zip],Unzip units
  245. # OS/2-2 6
  246. package=uftpapios2.zip[uftpos2.zip],FTP API interface units
  247. # OS/2-2 7
  248. package=uhwvideoos2.zip[uhwvos2.zip],HW Video interface units
  249. # OS/2-2 8
  250. package=ummtkos2.zip,MMOS/2 interface units
  251. # OS/2-2 9
  252. package=ux11os2.zip,X11 interface units
  253. # OS/2-2 10
  254. package=ugtkos2.zip,GTK interface units
  255. # OS/2-2 11
  256. package=ufpgtkos2.zip[ufpgtos2.zip],fpGTK units
  257. # OS/2-2 12
  258. package=uimlibos2.zip[uimlbos2.zip],ImLib interface units
  259. # OS/2-2 13
  260. package=ulibpngos2.zip[ulpngos2.zip],LibPNG interface units
  261. # OS/2-2 14
  262. package=utclos2.zip,TCL interface units
  263. # OS/2-2 15
  264. package=uzlibos2.zip,ZLib interface units
  265. # OS/2-2 16
  266. package=unetdbos2.zip[undbos2.zip],NetDB units
  267. #
  268. # EMX packages
  269. #
  270. pack=~E~MX
  271. binsub=\bin\emx
  272. ppc386=ppc386
  273. targetname=emx
  274. cfgfile=fpc.cfg
  275. idecfgfile=fp.cfg
  276. ideinifile=fp.ini
  277. filecheck=*emx.zip
  278. # EMX 1
  279. package=baseemx.zip,~B~asic system for EMX (required)
  280. # EMX 2
  281. package=asldemx.zip,GNU ~L~inker and GNU assembler for EMX (required)
  282. # EMX 3
  283. package=ideemx.zip,~I~DE with integrated compiler (BETA - no debugger)
  284. # EMX 4
  285. package=utilsemx.zip[utilemx.zip],~E~xtra Utilities
  286. # EMX 5
  287. package=makeemx.zip,GNU ~U~tilities (needed for Makefile usage)
  288. # EMX 6
  289. package=gdbemx.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  290. # EMX 7
  291. package=ufvemx.zip,Free ~V~ision (FV)
  292. # EMX 8
  293. package=uclkdllemx.zip[uclkemx.zip],CLKDLL interface unit (eCS 1.1+)
  294. # EMX 9
  295. package=ulvmemx.zip,LVM interface unit (OS/2 v4.5 / eCS)
  296. # EMX 10
  297. package=upasjpegemx.zip[upjpemx.zip],Pas~J~PEG units
  298. # EMX 11
  299. package=uhashemx.zip,Hash calculation units
  300. # EMX 12
  301. package=ufclbos2.zip,Free Component Library (FCL) - base part
  302. # EMX 13
  303. package=ufcldos2.zip,Free Component Library (FCL) - datasets
  304. # EMX 14
  305. package=ufcluos2.zip,Free Component Library (FCL) - FPCUnit
  306. # EMX 15
  307. package=ufclios2.zip,Free Component Library (FCL) - images
  308. # EMX 16
  309. package=ufclnos2.zip,Free Component Library (FCL) - network
  310. # EMX 17
  311. package=ufclpos2.zip,Free Component Library (FCL) - Pascal sources processing
  312. # EMX 18
  313. package=ufclros2.zip,Free Component Library (FCL) - registry
  314. # EMX 19
  315. package=ufclxos2.zip,Free Component Library (FCL) - XML
  316. # EMX 20
  317. #package=ufclwos2.zip,Free Component Library (FCL) - Web
  318. #
  319. # EMX packages 2nd part
  320. #
  321. pack=E~M~X-2
  322. filecheck=*emx.zip
  323. # EMX-2 1
  324. #package=ugdbintemx.zip[ugdbemx.zip],GDB interfacing units
  325. # EMX-2 2
  326. package=upaszlibemx.zip[upzlemx.zip],PasZLib units
  327. # EMX-2 3
  328. package=uregexpremx.zip[uregemx.zip],Regular expression units
  329. # EMX-2 4
  330. package=urexxemx.zip,REXX SAA interface units
  331. # EMX-2 5
  332. package=uunzipemx.zip[uzipemx.zip],Unzip units
  333. # EMX-2 6
  334. package=uftpapiemx.zip[uftpemx.zip],FTP API interface units
  335. # EMX-2 7
  336. package=uhwvideoemx.zip[uhwvemx.zip],HW Video interface units
  337. # EMX-2 8
  338. package=ummtkemx.zip,MMOS/2 interface units
  339. # EMX-2 9
  340. package=ux11emx.zip,X11 interface units
  341. # EMX-2 10
  342. package=ugtkemx.zip,GTK interface units
  343. # EMX-2 11
  344. package=ufpgtkemx.zip,fpGTK units
  345. # EMX-2 12
  346. package=uimlibemx.zip[uimlbemx.zip],ImLib interface units
  347. # EMX-2 13
  348. package=ulibpngemx.zip[ulpngemx.zip],LibPNG interface units
  349. # EMX-2 14
  350. package=utclemx.zip,TCL interface units
  351. # EMX-2 15
  352. package=uzlibemx.zip,ZLib interface units
  353. # EMX-2 16
  354. package=unetdbemx.zip[undbemx.zip],NetDB units
  355. #
  356. # Common packages
  357. #
  358. pack=Commo~n~
  359. # Common 1
  360. package=doc-pdf.zip,Documentation (~P~DF)
  361. # Common 2
  362. package=doc-html.zip[doc-htm.zip],Documentation (~H~TML)
  363. # Common 3
  364. package=doc-txt.zip,Documentation (~T~XT)
  365. # Common 4
  366. package=demo.zip,D~e~mos
  367. #
  368. # Source packages
  369. #
  370. pack=~S~ources
  371. filecheck=*.source.zip[*src.zip]
  372. # Source 1
  373. package=base.source.zip[basesrc.zip],~B~asic Makefiles for the sources
  374. # Source 2
  375. package=compiler.source.zip[compsrc.zip],~C~ompiler sources
  376. # Source 3
  377. package=rtl.source.zip[rtlsrc.zip],Run time library sources
  378. # Source 4
  379. package=units-graph.source.zip[ugrphsrc.zip],Unit Graph
  380. # Source 5
  381. package=utils.source.zip[utilsrc.zip],~U~tils sources
  382. # Source 6
  383. package=installer.source.zip[instsrc.zip],~I~nstaller sources
  384. # Source 7
  385. package=doc.source.zip[docsrc.zip],~D~ocumentation sources (LaTeX)
  386. # Source 8
  387. package=units-cdrom.source.zip[ucdrsrc.zip],CD-ROM interface units
  388. # Source 9
  389. package=units-unzip.source.zip[uzipsrc.zip],Unzip units
  390. # Source 10
  391. package=units-regexpr.source.zip[uregsrc.zip],Regular expression units
  392. # Source 11
  393. package=units-paszlib.source.zip[upzlsrc.zip],PasZLib units
  394. # Source 12
  395. package=units-rexx.source.zip[urexxsrc.zip],REXX SAA interface units
  396. # Source 13
  397. package=units-zlib.source.zip[uzlibsrc.zip],ZLib interface units
  398. # Source 14
  399. package=units-netdb.source.zip[undbsrc.zip],NetDB units
  400. # Source 15
  401. package=units-gdbint.source.zip[ugdbsrc.zip],GDB interface units
  402. # Source 16
  403. package=units-postgres.source.zip[upgrsrc.zip],PostGreSQL interface units
  404. #
  405. # Source packages 2nd part
  406. #
  407. pack=So~u~rces 2
  408. filecheck=*.source.zip[*src.zip]
  409. # Source-2 1
  410. package=units-opengl.source.zip[uoglsrc.zip],OpenGL interface units
  411. # Source-2 2
  412. package=units-gtk.source.zip[ugtksrc.zip],GTK interface units
  413. # Source-2 3
  414. package=units-odbc.source.zip[uodbcsrc.zip],ODBC interface units
  415. # Source-2 4
  416. package=units-ibase.source.zip[uibassrc.zip],Interbase interface units
  417. # Source-2 5
  418. package=units-mysql.source.zip[umysqsrc.zip],MySQL interface units
  419. # Source-2 6
  420. package=units-ftpapi.source.zip[uftpsrc.zip],OS/2 FTP API interface units
  421. # Source-2 7
  422. package=units-hwvideo.source.zip[uhwvsrc.zip],OS/2 HWVideo interface units
  423. # Source-2 8
  424. package=units-mmtk.source.zip[ummtksrc.zip],MMOS/2 interface units
  425. # Source-2 9
  426. package=units-clkdll.source.zip[uclksrc.zip],CLKDLL interface unit (eCS 1.1+)
  427. # Source-2 10
  428. package=units-lvm.source.zip[ulvmsrc.zip],OS/2 LVM interface unit
  429. # Source-2 11
  430. package=units-pasjpeg.source.zip[upjpsrc.zip],PasJPEG units
  431. # Source-2 12
  432. package=units-fv.source.zip[fvsrc.zip],Free ~V~ision (FV)
  433. # Source-2 13
  434. package=units-libpng.source.zip[ulpngsrc.zip],LibPNG interface units
  435. # Source-2 14
  436. package=units-imlib.source.zip[uimlbsrc.zip],ImLib interface units
  437. # Source-2 15
  438. package=units-fpgtk.source.zip[ufpgtsrc.zip],fpGTK units
  439. # Source-2 16
  440. package=units-sqlite.source.zip[usqltsrc.zip],SQLite interface units
  441. #
  442. # Source packages 3rd part
  443. #
  444. pack=Sou~r~ces 3
  445. filecheck=*.source.zip[*src.zip]
  446. # Source-3 1
  447. package=units-winunits.source.zip[uwinsrc.zip],Extended Windows API interface units
  448. # Source-3 2
  449. package=units-tcl.source.zip[utclsrc.zip],TCL interface units
  450. # Source-3 3
  451. package=units-oracle.source.zip[uorasrc.zip],Oracle interface units
  452. # Source-3 4
  453. package=units-hash.source.zip[uhashsrc.zip],Hash calculation units
  454. # Source-3 5
  455. package=units-fftw.source.zip[ufftwsrc.zip],FFTW interface unit
  456. # Source-3 6
  457. package=fcl-base.source.zip[ufclbsrc.zip],Free component library (FCL) sources - base part
  458. # Source-3 7
  459. package=fcl-db.source.zip[ufcldsrc.zip],Free component library (FCL) sources - datasets
  460. # Source-3 8
  461. package=fcl-fpcunit.source.zip[ufclusrc.zip],Free component library (FCL) sources - FPCUnit
  462. # Source-3 9
  463. package=fcl-image.source.zip[ufclisrc.zip],Free component library (FCL) sources - images
  464. # Source-3 10
  465. package=fcl-net.source.zip[ufclnsrc.zip],Free component library (FCL) sources - network
  466. # Source-3 11
  467. package=fcl-passrc.source.zip[ufclpsrc.zip],Free component library (FCL) sources - Pascal source processing
  468. # Source-3 12
  469. package=fcl-registry.source.zip[ufclrsrc.zip],Free component library (FCL) sources - registry
  470. # Source-3 13
  471. package=fcl-xml.source.zip[ufclxsrc.zip],Free component library (FCL) sources - XML files
  472. # Source-3 14
  473. package=fcl-web.source.zip[ufclwsrc.zip],Free component library (FCL) sources - Web
  474. # Source-3 15
  475. package=httpd-1.3.source.zip[uhd13src.zip],HTTPD 1.3 interface units
  476. # Source-3 16
  477. package=httpd-2.0.source.zip[uhd20src.zip],HTTPD 2.0 interface units
  478. # Source-3 17
  479. package=httpd-2.2.source.zip[uhd22src.zip],HTTPD 2.2 interface units
  480. # Source-3 18
  481. package=oggvorbis.source.zip[uoggvsrc.zip],OGG Vorbis interface units
  482. # Source-3 19
  483. package=openal.source.zip[uoalsrc.zip],OpenAL interface units
  484. # Source-3 20
  485. package=openssl.source.zip[uosslsrc.zip],OpenSSL interface units
  486. defaultcfg=
  487. #
  488. # Example fpc.cfg for Free Pascal Compiler
  489. #
  490. # ----------------------
  491. # Defines (preprocessor)
  492. # ----------------------
  493. #
  494. # nested #IFNDEF, #IFDEF, #ENDIF, #ELSE, #DEFINE, #UNDEF are allowed
  495. #
  496. # -d is the same as #DEFINE
  497. # -u is the same as #UNDEF
  498. #
  499. #
  500. # Some examples (for switches see below, and the -? helppages)
  501. #
  502. # Try compiling with the -dRELEASE or -dDEBUG on the commandline
  503. #
  504. # For a release compile with optimizes and strip debuginfo
  505. #IFDEF RELEASE
  506. -OG2p3
  507. -Xs
  508. #WRITE Compiling Release Version
  509. #ENDIF
  510. # For a debug version compile with debuginfo and all codegeneration checks on
  511. #IFDEF DEBUG
  512. -g
  513. -Crtoi
  514. #WRITE Compiling Debug Version
  515. #ENDIF
  516. # ----------------
  517. # Parsing switches
  518. # ----------------
  519. # All assembler blocks are intel styled by default
  520. #-Rintel
  521. # All assembler blocks are AT&T styled by default
  522. #-Ratt
  523. # All assembler blocks are directly copied to asm
  524. #-Rdirect
  525. # Semantic checking
  526. # -S2 switch some Delphi 2 extensions on
  527. # -Sc supports operators like C (*=,+=,/= and -=)
  528. # -Sd tries to be Delphi compatible
  529. # -Se<x> compiler stops after the <x> errors (default is 1)
  530. # -Sg allow LABEL and GOTO
  531. # -Sh Use ansistrings
  532. # -Si support C++ styled INLINE
  533. # -Sm support macros like C (global)
  534. # -So tries to be TP/BP 7.0 compatible
  535. # -Sp tries to be gpc compatible
  536. # -Ss constructor name must be init (destructor must be done)
  537. # -St allow static keyword in objects
  538. # Allow goto, inline, C-operators
  539. -Sgic
  540. # ---------------
  541. # Code generation
  542. # ---------------
  543. # Uncomment the next line if you always want static/dynamic units by default
  544. # (can be overruled with -CD, -CS at the commandline)
  545. #-CS
  546. #-CD
  547. # Set the default heapsize to 8Mb
  548. #-Ch8000000
  549. # Set default codegeneration checks (iocheck, overflow, range, stack)
  550. #-Ci
  551. #-Co
  552. #-Cr
  553. #-Ct
  554. # Optimizer switches
  555. # -Og generate smaller code
  556. # -OG generate faster code (default)
  557. # -Or keep certain variables in registers (still BUGGY!!!)
  558. # -Ou enable uncertain optimizations (see docs)
  559. # -O1 level 1 optimizations (quick optimizations)
  560. # -O2 level 2 optimizations (-O1 + slower optimizations)
  561. # -O3 level 3 optimizations (same as -O2u)
  562. # -Op target processor
  563. # -Op1 set target processor to 386/486
  564. # -Op2 set target processor to Pentium/PentiumMMX (tm)
  565. # -Op3 set target processor to PPro/PII/c6x86/K6 (tm)
  566. # Optimize always for Size and PentiumII
  567. #-Og2p3
  568. # -----------------------
  569. # Set Filenames and Paths
  570. # -----------------------
  571. # Both slashes and backslashes are allowed in paths
  572. # path to the messagefile, not necessary anymore but can be used to override
  573. # the default language
  574. #-Fr%basepath%/msg/errore.msg
  575. #-Fr%basepath%/msg/errorn.msg
  576. #-Fr%basepath%/msg/errores.msg
  577. #-Fr%basepath%/msg/errord.msg
  578. #-Fr%basepath%/msg/errorr.msg
  579. # path to the gcclib
  580. #-Fl%basepath%/lib
  581. # searchpath for includefiles
  582. # release them only if you know what you do
  583. # because this could cause a rebuild of the runtime library
  584. # if you tell them compiler/ide to build the project (FK)
  585. #-Fi%basepath%/source/rtl/inc;%basepath%/source/rtl/i386
  586. # searchpath for objectfiles
  587. #-Fo%basepath%/source/rtl/inc;%basepath%/source/rtl/i386
  588. # searchpath for units and other system dependent things
  589. -Fu%basepath%/units/%fpctargetmacro%
  590. -Fu%basepath%/units/%fpctargetmacro%/*
  591. -Fu%basepath%/units/%fpctargetmacro%/rtl
  592. # searchpath for libraries
  593. #-Fl%basepath%/lib
  594. #-Fl/lib;/usr/lib
  595. # searchpath for tools
  596. -FD%basepath%/bin/%fpctargetmacro%
  597. # -------------
  598. # Linking
  599. # -------------
  600. # generate always debugging information for GDB (slows down the compiling
  601. # process)
  602. #-gl
  603. # always pass an option to the linker
  604. #-k-s
  605. # Always strip debuginfo from the executable
  606. -Xs
  607. # -------------
  608. # Miscellaneous
  609. # -------------
  610. # Write always a nice FPC logo ;)
  611. -l
  612. # Verbosity
  613. # e : Show errors (default) d : Show debug info
  614. # w : Show warnings u : Show used files
  615. # n : Show notes t : Show tried files
  616. # h : Show hints m : Show defined macros
  617. # i : Show general info p : Show compiled procedures
  618. # l : Show linenumbers c : Show conditionals
  619. # a : Show everything 0 : Show nothing (except errors)
  620. # Display Info, Warnings, Notes and Hints
  621. -viwn
  622. # If you don't want so much verbosity use
  623. #-vw
  624. endcfg
  625. # the IDE configuration files
  626. defaultidecfg=
  627. #IFDEF NORMAL
  628. -T%targetos%
  629. -Sg
  630. -O1
  631. -OG
  632. -Op3
  633. -Ratt
  634. -Fu%basepath%\units\%fpctargetmacro%
  635. -Fu%basepath%\units\%fpctargetmacro%\*
  636. -Fu%basepath%\units\%fpctargetmacro%\rtl
  637. -g-
  638. -p-
  639. -b-
  640. #ENDIF
  641. #IFDEF DEBUG
  642. -T%targetos%
  643. -Sg
  644. -Cr
  645. -Ci
  646. -Co
  647. -OG
  648. -Op3
  649. -Ratt
  650. -Fu%basepath%\units\%fpctargetmacro%
  651. -Fu%basepath%\units\%fpctargetmacro%\*
  652. -Fu%basepath%\units\%fpctargetmacro%\rtl
  653. -g
  654. -p-
  655. -b-
  656. #ENDIF
  657. #IFDEF RELEASE
  658. -T%targetos%
  659. -Sg
  660. -O1
  661. -O2
  662. -OG
  663. -Op3
  664. -Ratt
  665. -Fu%basepath%\units\%fpctargetmacro%
  666. -Fu%basepath%\units\%fpctargetmacro%\*
  667. -Fu%basepath%\units\%fpctargetmacro%\rtl
  668. -g-
  669. -p-
  670. -b-
  671. #ENDIF
  672. endcfg
  673. defaultideini=
  674. [Compile]
  675. CompileMode=DEBUG
  676. [Help]
  677. Files="%basepath%\doc\fpctoc.htx"
  678. [Editor]
  679. DefaultTabSize=8
  680. DefaultFlags=20599
  681. DefaultSaveExt=.pas
  682. DefaultIndentSize=1
  683. [Highlight]
  684. Exts="*.pas;*.pp;*.inc"
  685. NeedsTabs="make*;make*.*"
  686. [SourcePath]
  687. SourceList=""
  688. [Mouse]
  689. DoubleDelay=8
  690. ReverseButtons=0
  691. AltClickAction=6
  692. CtrlClickAction=1
  693. [Search]
  694. FindFlags=4
  695. [Breakpoints]
  696. Count=0
  697. [Watches]
  698. Count=0
  699. [Preferences]
  700. DesktopFileFlags=209
  701. CenterCurrentLineWhileDebugging=1
  702. AutoSaveFlags=7
  703. MiscOptions=6
  704. DesktopLocation=1
  705. [Misc]
  706. ShowReadme=1
  707. [Files]
  708. OpenExts="*.pas;*.pp;*.inc"
  709. endcfg
  710. defaultsetpath=
  711. @echo off
  712. echo Setting PATH for use with %targetname% Free Pascal Compiler
  713. set A=%basepath%\bin\%targetname%;%PATH%
  714. set Path=
  715. set PATH=%A%
  716. set A=
  717. endcfg
  718. #
  719. # That's all folks