install.dat 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. #
  2. # $Id$
  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 1.9.2
  8. version=1.9.2
  9. #
  10. # General
  11. #
  12. basepath=c:\pp
  13. docsub=doc
  14. helpidx=fpctoc.htm
  15. #
  16. # Go32v2 packages
  17. #
  18. pack=Dos/Go~3~2v2
  19. binsub=\bin\go32v2
  20. ppc386=ppc386
  21. targetname=go32v2
  22. cfgfile=fpc.cfg
  23. idecfgfile=fp.cfg
  24. ideinifile=fp.ini
  25. filecheck=*go32.zip
  26. # Dos 1
  27. package=basego32.zip,~B~asic system for Go32v2 (required)
  28. # Dos 2
  29. package=asldgo32.zip,GNU ~L~inker and GNU Assembler for Go32v2 (required)
  30. # Dos 3
  31. package=idego32.zip,~I~DE with integrated debugger/compiler (BETA)
  32. # Dos 4
  33. package=utilgo32.zip,~E~xtra Utilities
  34. # Dos 5
  35. package=makego32.zip,GNU ~U~tilities (needed for Makefile usage)
  36. # Dos 6
  37. package=gdbgo32.zip,GNU ~D~ebugger for Go32v2
  38. # Dos 7
  39. package=ufclgo32.zip,~F~ree Component Libary (FCL)
  40. # Dos 8
  41. package=ugdbintgo32.zip[ugdbgo32.zip],GDB Interfacing units
  42. # Dos 9
  43. package=upaszlibgo32.zip[upzlgo32.zip],PasZLib units
  44. # Dos 10
  45. package=uregexprgo32.zip[ureggo32.zip],Regular expression units
  46. # Dos 11
  47. package=uunzipgo32.zip[uzipgo32.zip],Unzip units
  48. # Dos 12
  49. package=unetdbgo32.zip[undbgo32.zip],NetDB units
  50. # Dos 13
  51. package=uuncgigo32.zip[ucgigo32.zip],Uncgi unit
  52. # Dos 14
  53. #package=ufvgo32.zip,Free ~V~ision (FV)
  54. #
  55. # Win32 packages
  56. #
  57. pack=~W~in32
  58. binsub=\bin\win32
  59. ppc386=ppc386
  60. targetname=win32
  61. cfgfile=fpc.cfg
  62. idecfgfile=fp.cfg
  63. ideinifile=fp.ini
  64. setpathfile=setpath.bat
  65. filecheck=*w32.zip
  66. # Win32 1
  67. package=basew32.zip,~B~asic system for Win32 (required)
  68. # Win32 2
  69. package=asldw32.zip,GNU ~L~inker and GNU Assembler for Win32 (required)
  70. # Win32 3
  71. package=idew32.zip,~I~DE with integrated debugger/compiler (BETA)
  72. # Win32 4
  73. package=utilw32.zip,~E~xtra Utilities
  74. # Win32 5
  75. package=makew32.zip,GNU ~U~tilities (needed for Makefile usage)
  76. # Win32 6
  77. package=gdbw32.zip,GNU ~D~ebugger for Win32
  78. # Win32 7
  79. package=ufclw32.zip,~F~ree Component Libary (FCL)
  80. #
  81. # Win32 packages 2nd part
  82. #
  83. pack=Wi~n~32-2
  84. filecheck=*w32.zip
  85. # Win32-2 1
  86. package=uopenglw32.zip,OpenGL units
  87. # Win32-2 2
  88. package=ugtkw32.zip,GTK units
  89. # Win32-2 3
  90. package=uinetw32.zip,Internet helper routines units
  91. # Win32-2 4
  92. package=uibasew32.zip,Interbase interface units
  93. # Win32-2 5
  94. package=umysqlw32.zip,MySQL interface units
  95. # Win32-2 6
  96. package=ummsystemw32.zip,MMSystem interface units
  97. # Win32-2 7
  98. package=ugdbintw32.zip,GDB Interfacing units
  99. # Win32-2 8
  100. package=upaszlibw32.zip,PasZLib units
  101. # Win32-2 9
  102. package=uregexprw32.zip,Regular expression units
  103. # Win32-2 10
  104. package=uunzipw32.zip,Unzip units
  105. # Win32-2 11
  106. package=uzlibw32.zip,ZLib interface units
  107. # Win32-2 12
  108. package=unetdbw32.zip,NetDB units
  109. # Win32-2 13
  110. package=uuncgiw32.zip,Uncgi unit
  111. # Win32-2 14
  112. #package=ufvw32.zip,Free ~V~ision (FV)
  113. #
  114. # OS/2 packages
  115. #
  116. pack=~O~S/2
  117. binsub=\bin\os2
  118. ppc386=ppc386
  119. targetname=os2
  120. cfgfile=fpc.cfg
  121. idecfgfile=fp.cfg
  122. ideinifile=fp.ini
  123. filecheck=*os2.zip
  124. # OS/2 1
  125. package=baseos2.zip,~B~asic system for OS/2 (required)
  126. # OS/2 2
  127. package=asldos2.zip,GNU ~L~inker and GNU assembler for OS/2 (required)
  128. # OS/2 3
  129. #package=ideos2.zip,~I~DE with integrated debugger/compiler (BETA)
  130. # OS/2 4
  131. package=utilos2.zip,~E~xtra Utilities
  132. # OS/2 5
  133. package=makeos2.zip,GNU ~U~tilities (needed for Makefile usage)
  134. # OS/2 6
  135. #package=gdbos2.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  136. # OS/2 7
  137. package=ufclos2.zip,~F~ree Component Library (FCL)
  138. # OS/2 8
  139. package=uuncgios2.zip[ucgios2.zip],Uncgi unit
  140. # OS/2 9
  141. #package=ufvos2.zip,Free ~V~ision (FV)
  142. # OS/2 10
  143. package=uclkdllos2.zip[uclkos2.zip],CLKDLL interface unit (eCS 1.1+)
  144. # OS/2 11
  145. package=ulvmos2.zip,LVM interface unit
  146. # OS/2 12
  147. package=upasjpegos2.zip[upjpgos2.zip],PasJPEG units
  148. #
  149. # OS/2 packages 2nd part
  150. #
  151. pack=OS/~2~
  152. filecheck=*os2.zip
  153. # OS/2-2 1
  154. #package=ugdbintos2.zip[ugdbos2.zip],GDB interfacing units
  155. # OS/2-2 2
  156. package=upaszlibos2.zip[upzlos2.zip],PasZLib units
  157. # OS/2-2 3
  158. package=uregexpros2.zip[uregos2.zip],Regular expression units
  159. # OS/2-2 4
  160. package=urexxos2.zip,REXX SAA interface units
  161. # OS/2-2 5
  162. package=uunzipos2.zip[uzipos2.zip],Unzip units
  163. # OS/2-2 6
  164. package=uftpapios2.zip[uftpos2.zip],FTP API interface units
  165. # OS/2-2 7
  166. package=uhwvideoos2.zip[uhwvos2.zip],HW Video interface units
  167. # OS/2-2 8
  168. package=ummtkos2.zip,MMOS/2 interface units
  169. # OS/2-2 9
  170. package=ux11os2.zip,X11 interface units
  171. # OS/2-2 10
  172. package=ugtkos2.zip,GTK interface units
  173. # OS/2-2 11
  174. package=ufpgtkos2.zip[ufpgtos2.zip],fpGTK units
  175. # OS/2-2 12
  176. package=uimlibos2.zip[uimlbos2.zip],ImLib interface units
  177. # OS/2-2 13
  178. package=ulibpngos2.zip[ulpngos2.zip],LibPNG interface units
  179. # OS/2-2 14
  180. package=utclos2.zip,TCL interface units
  181. # OS/2-2 15
  182. package=uzlibos2.zip,ZLib interface units
  183. # OS/2-2 16
  184. package=unetdbos2.zip[undbos2.zip],NetDB units
  185. #
  186. # EMX packages
  187. #
  188. pack=~E~MX
  189. binsub=\bin\emx
  190. ppc386=ppc386
  191. targetname=emx
  192. cfgfile=fpc.cfg
  193. idecfgfile=fp.cfg
  194. ideinifile=fp.ini
  195. filecheck=*emx.zip
  196. # EMX 1
  197. package=baseemx.zip,~B~asic system for EMX (required)
  198. # EMX 2
  199. package=asldemx.zip,GNU ~L~inker and GNU assembler for EMX (required)
  200. # EMX 3
  201. #package=ideemx.zip,~I~DE with integrated debugger/compiler (BETA)
  202. # EMX 4
  203. package=utilemx.zip,~E~xtra Utilities
  204. # EMX 5
  205. package=makeemx.zip,GNU ~U~tilities (needed for Makefile usage)
  206. # EMX 6
  207. package=gdbemx.zip,GNU ~D~ebugger for EMX and PMGDB front-end
  208. # EMX 7
  209. package=ufclemx.zip,~F~ree Component Library (FCL)
  210. # EMX 8
  211. package=uuncgiemx.zip[ucgiemx.zip],Uncgi unit
  212. # EMX 9
  213. #package=ufvemx.zip,Free ~V~ision (FV)
  214. # EMX 10
  215. package=uclkdllemx.zip[uclkemx.zip],CLKDLL interface unit (eCS 1.1+)
  216. # EMX 11
  217. package=ulvmemx.zip,LVM interface unit
  218. # EMX 12
  219. package=upasjpegemx.zip[upjpgemx.zip],PasJPEG units
  220. #
  221. # EMX packages 2nd part
  222. #
  223. pack=E~M~X-2
  224. filecheck=*emx.zip
  225. # EMX-2 1
  226. #package=ugdbintemx.zip[ugdbemx.zip],GDB interfacing units
  227. # EMX-2 2
  228. package=upaszlibemx.zip[upzlemx.zip],PasZLib units
  229. # EMX-2 3
  230. package=uregexpremx.zip[uregemx.zip],Regular expression units
  231. # EMX-2 4
  232. package=urexxemx.zip,REXX SAA interface units
  233. # EMX-2 5
  234. package=uunzipemx.zip[uzipemx.zip],Unzip units
  235. # EMX-2 6
  236. package=uftpapiemx.zip[uftpemx.zip],FTP API interface units
  237. # EMX-2 7
  238. package=uhwvideoemx.zip[uhwvemx.zip],HW Video interface units
  239. # EMX-2 8
  240. package=ummtkemx.zip,MMOS/2 interface units
  241. # EMX-2 9
  242. package=ux11emx.zip,X11 interface units
  243. # EMX-2 10
  244. package=ugtkemx.zip,GTK interface units
  245. # EMX-2 11
  246. package=ufpgtkemx.zip[ufpgtemx.zip],fpGTK units
  247. # EMX-2 12
  248. package=uimlibemx.zip[uimlbemx.zip],ImLib interface units
  249. # EMX-2 13
  250. package=ulibpngemx.zip[ulpngemx.zip],LibPNG interface units
  251. # EMX-2 14
  252. package=utclemx.zip,TCL interface units
  253. # EMX-2 15
  254. package=uzlibemx.zip,ZLib interface units
  255. # EMX-2 16
  256. package=unetdbemx.zip[undbemx.zip],NetDB units
  257. #
  258. # Common packages
  259. #
  260. pack=~C~ommon
  261. # Common 1
  262. package=docs-pdf.zip,Documentation (~P~DF)
  263. # Common 2
  264. package=doc-htm.zip[doc-html.zip],Documentation (~H~MTL)
  265. # Common 3
  266. package=demo.zip,D~e~mos
  267. #
  268. # Source packages
  269. #
  270. pack=~S~ources
  271. filecheck=*src.zip
  272. # Source 1
  273. package=basesrc.zip,~B~asic Makefiles for the sources
  274. # Source 2
  275. package=compilersrc.zip[compsrc.zip],~C~ompiler sources
  276. # Source 3
  277. package=rtlsrc.zip,~R~un time library sources
  278. # Source 4
  279. package=fclsrc.zip,~F~ree component library (FCL) sources
  280. # Source 5
  281. package=utilssrc.zip[utilsrc.zip],~U~tils sources
  282. # Source 6
  283. package=installersrc.zip[instsrc.zip],~I~nstaller sources
  284. # Source 7
  285. package=docsrc.zip,~D~ocumentation sources (LaTeX)
  286. # Source 8
  287. package=uuncgisrc.zip[ucgisrc.zip],Uncgi unit source
  288. # Source 9
  289. package=uunzipsrc.zip[uzipsrc.zip],Unzip units
  290. # Source 10
  291. package=uregexprsrc.zip[uregsrc.zip],Regular expression units
  292. # Source 11
  293. package=upaszlibsrc.zip[upzlsrc.zip],PasZLib units
  294. # Source 12
  295. package=urexxsrc.zip,REXX SAA interface units
  296. # Source 13
  297. package=uzlibsrc.zip,ZLib interface units
  298. # Source 14
  299. package=unetdbsrc.zip[undbsrc.zip],NetDB units
  300. # Source 15
  301. package=ummsystemsrc.zip,MMSystem interface units
  302. # Source 16
  303. package=ugdbintsrc.zip[ugdbsrc.zip],GDB Interfacing units
  304. #
  305. # Source packages 2nd part
  306. #
  307. pack=So~u~rces 2
  308. filecheck=*src.zip
  309. # Source-2 1
  310. package=uopenglsrc.zip,OpenGL units
  311. # Source-2 2
  312. package=ugtksrc.zip,GTK units
  313. # Source-2 3
  314. package=uinetsrc.zip,Internet helper routines units
  315. # Source-2 4
  316. package=uibasesrc.zip,Interbase interface units
  317. # Source-2 5
  318. package=umysqlsrc.zip,MySQL interface units
  319. # Source-2 6
  320. package=uftpapisrc.zip[uftpsrc.zip],FTP API interface units
  321. # Source-2 7
  322. package=uhwvideosrc.zip[uhwvsrc.zip],HW Video interface units
  323. # Source-2 8
  324. package=ummtksrc.zip,MMOS/2 interface units
  325. # Source-2 9
  326. package=uclkdllsrc.zip[uclksrc.zip],CLKDLL interface unit (eCS 1.1+)
  327. # Source-2 10
  328. package=ulvmsrc.zip,LVM interface unit
  329. # Source-2 11
  330. package=upasjpegsrc.zip[upjpgsrc.zip],PasJPEG units
  331. defaultcfg=
  332. #
  333. # Example fpc.cfg for Free Pascal Compiler Version 1.9.0
  334. #
  335. # ----------------------
  336. # Defines (preprocessor)
  337. # ----------------------
  338. #
  339. # nested #IFNDEF, #IFDEF, #ENDIF, #ELSE, #DEFINE, #UNDEF are allowed
  340. #
  341. # -d is the same as #DEFINE
  342. # -u is the same as #UNDEF
  343. #
  344. #
  345. # Some examples (for switches see below, and the -? helppages)
  346. #
  347. # Try compiling with the -dRELEASE or -dDEBUG on the commandline
  348. #
  349. # For a release compile with optimizes and strip debuginfo
  350. #IFDEF RELEASE
  351. -OG2p2
  352. -Xs
  353. #WRITE Compiling Release Version
  354. #ENDIF
  355. # For a debug version compile with debuginfo and all codegeneration checks on
  356. #IFDEF DEBUG
  357. -g
  358. -Crtoi
  359. #WRITE Compiling Debug Version
  360. #ENDIF
  361. # ----------------
  362. # Parsing switches
  363. # ----------------
  364. # All assembler blocks are intel styled by default
  365. #-Rintel
  366. # All assembler blocks are AT&T styled by default
  367. #-Ratt
  368. # All assembler blocks are directly copied to asm
  369. #-Rdirect
  370. # Semantic checking
  371. # -S2 switch some Delphi 2 extensions on
  372. # -Sc supports operators like C (*=,+=,/= and -=)
  373. # -Sd tries to be Delphi compatible
  374. # -Se<x> compiler stops after the <x> errors (default is 1)
  375. # -Sg allow LABEL and GOTO
  376. # -Sh Use ansistrings
  377. # -Si support C++ styled INLINE
  378. # -Sm support macros like C (global)
  379. # -So tries to be TP/BP 7.0 compatible
  380. # -Sp tries to be gpc compatible
  381. # -Ss constructor name must be init (destructor must be done)
  382. # -St allow static keyword in objects
  383. # Allow goto, inline, C-operators
  384. -Sgic
  385. # ---------------
  386. # Code generation
  387. # ---------------
  388. # Uncomment the next line if you always want static/dynamic units by default
  389. # (can be overruled with -CD, -CS at the commandline)
  390. #-CS
  391. #-CD
  392. # Set the default heapsize to 8Mb
  393. #-Ch8000000
  394. # Set default codegeneration checks (iocheck, overflow, range, stack)
  395. #-Ci
  396. #-Co
  397. #-Cr
  398. #-Ct
  399. # Optimizer switches
  400. # -Og generate smaller code
  401. # -OG generate faster code (default)
  402. # -Or keep certain variables in registers (still BUGGY!!!)
  403. # -Ou enable uncertain optimizations (see docs)
  404. # -O1 level 1 optimizations (quick optimizations)
  405. # -O2 level 2 optimizations (-O1 + slower optimizations)
  406. # -O3 level 3 optimizations (same as -O2u)
  407. # -Op target processor
  408. # -Op1 set target processor to 386/486
  409. # -Op2 set target processor to Pentium/PentiumMMX (tm)
  410. # -Op3 set target processor to PPro/PII/c6x86/K6 (tm)
  411. # Optimize always for Size and Pentium
  412. #-Og2p2
  413. # -----------------------
  414. # Set Filenames and Paths
  415. # -----------------------
  416. # Both slashes and backslashes are allowed in paths
  417. # path to the messagefile, not necessary anymore but can be used to override
  418. # the default language
  419. #-Fr$1/msg/errore.msg
  420. #-Fr$1/msg/errorn.msg
  421. #-Fr$1/msg/errores.msg
  422. #-Fr$1/msg/errord.msg
  423. #-Fr$1/msg/errorr.msg
  424. # path to the gcclib
  425. #-Fl$1/lib
  426. # searchpath for includefiles
  427. # release them only if you know what you do
  428. # because this could cause a rebuild of the runtime library
  429. # if you tell them compiler/ide to build the project (FK)
  430. #-Fi$1/source/rtl/inc;$1/source/rtl/i386
  431. # searchpath for objectfiles
  432. #-Fo$1/source/rtl/inc;$1/source/rtl/i386
  433. # searchpath for units and other system dependent things
  434. -Fu$1/units/$TARGET
  435. -Fu$1/units/$TARGET/*
  436. -Fu$1/units/$TARGET/rtl
  437. # searchpath for libraries
  438. #-Fl$1/lib
  439. #-Fl/lib;/usr/lib
  440. # searchpath for tools
  441. -FD$1/bin/$TARGET
  442. # -------------
  443. # Linking
  444. # -------------
  445. # generate always debugging information for GDB (slows down the compiling
  446. # process)
  447. #-gl
  448. # always pass an option to the linker
  449. #-k-s
  450. # Always strip debuginfo from the executable
  451. -Xs
  452. # -------------
  453. # Miscellaneous
  454. # -------------
  455. # Write always a nice FPC logo ;)
  456. -l
  457. # Verbosity
  458. # e : Show errors (default) d : Show debug info
  459. # w : Show warnings u : Show used files
  460. # n : Show notes t : Show tried files
  461. # h : Show hints m : Show defined macros
  462. # i : Show general info p : Show compiled procedures
  463. # l : Show linenumbers c : Show conditionals
  464. # a : Show everything 0 : Show nothing (except errors)
  465. # Display Info, Warnings, Notes and Hints
  466. -viwnh
  467. # If you don't want so much verbosity use
  468. #-vw
  469. endcfg
  470. # the IDE configuration files
  471. defaultidecfg=
  472. #IFDEF NORMAL
  473. -T$target
  474. -Sg
  475. -O1
  476. -OG
  477. -Op2
  478. -Ratt
  479. -Fu$1\units\$TARGET
  480. -Fu$1\units\$TARGET\*
  481. -Fu$1\units\$TARGET\rtl
  482. -Cs131072
  483. -Ch2097152
  484. -g-
  485. -p-
  486. -b-
  487. #ENDIF
  488. #IFDEF DEBUG
  489. -T$target
  490. -Sg
  491. -Cr
  492. -Ci
  493. -Co
  494. -OG
  495. -Op2
  496. -Ratt
  497. -Fu$1\units\$TARGET
  498. -Fu$1\units\$TARGET\*
  499. -Fu$1\units\$TARGET\rtl
  500. -Cs131072
  501. -Ch2097152
  502. -g
  503. -p-
  504. -b-
  505. #ENDIF
  506. #IFDEF RELEASE
  507. -T$target
  508. -Sg
  509. -O1
  510. -O2
  511. -OG
  512. -Op2
  513. -Ratt
  514. -Fu$1\units\$TARGET
  515. -Fu$1\units\$TARGET\*
  516. -Fu$1\units\$TARGET\rtl
  517. -Cs131072
  518. -Ch2097152
  519. -g-
  520. -p-
  521. -b-
  522. #ENDIF
  523. endcfg
  524. defaultideini=
  525. [Compile]
  526. CompileMode=DEBUG
  527. [Help]
  528. Files="$1\doc\fpctoc.htx"
  529. [Editor]
  530. DefaultTabSize=8
  531. DefaultFlags=20599
  532. DefaultSaveExt=.pas
  533. DefaultIndentSize=1
  534. [Highlight]
  535. Exts="*.pas;*.pp;*.inc"
  536. NeedsTabs="make*;make*.*"
  537. [SourcePath]
  538. SourceList=""
  539. [Mouse]
  540. DoubleDelay=8
  541. ReverseButtons=0
  542. AltClickAction=6
  543. CtrlClickAction=1
  544. [Search]
  545. FindFlags=4
  546. [Breakpoints]
  547. Count=0
  548. [Watches]
  549. Count=0
  550. [Preferences]
  551. DesktopFileFlags=209
  552. CenterCurrentLineWhileDebugging=1
  553. AutoSaveFlags=7
  554. MiscOptions=6
  555. DesktopLocation=1
  556. [Misc]
  557. ShowReadme=1
  558. [Files]
  559. OpenExts="*.pas;*.pp;*.inc"
  560. endcfg
  561. defaultsetpath=
  562. @echo off
  563. echo Setting PATH for use with $target Free Pascal compiler
  564. set A=$1\bin\$target;%PATH%
  565. set Path=
  566. set PATH=%A%
  567. set A=
  568. endcfg
  569. #
  570. # That's all folks
  571. #