install.dat 11 KB

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