fpc/packages/ide
2022-05-24 14:01:59 +03:00
..
compiler * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
fakegdb * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas
fp.term
fparm.lpi * made Compiler Options window large enough to show all CPUs 2020-11-18 21:19:14 +00:00
fpcalc.pas
fpcatch.pas
fpcodcmp.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpcodtmp.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpcompil.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas * hopefully finally fix of r44186 2020-02-16 12:48:39 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas
fphelp.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpide.pas * Apply patch from Margers to fix bug ID #6496 2019-01-08 04:15:38 +00:00
fpini.pas * fix also IDE building after fpccrc to fpchash renaming 2021-10-10 11:15:36 +02:00
fpintf.pas
fpkeys.pas
fpmake.pp Revert "+ added dependency to rtl-unicode for the ide package" 2022-02-12 15:23:17 +02:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpmhelp.inc
fpmingw.pas
fpmopts.inc * made Compiler Options window large enough to show all CPUs 2020-11-18 21:19:14 +00:00
fpmrun.inc
fpmsrch.inc * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpmtools.inc
fpmwnd.inc * Apply patch from Margers to fix bug ID #6496 2019-01-08 04:15:38 +00:00
fpredir.pas
fpregs.pas
fpswitch.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpsymbol.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fptemplt.pas
fptools.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
fpusrscr.pas
fputils.pas
fpvars.pas
fpviews.pas * update copyright year. 2020-07-11 17:56:43 +00:00
fpw32.rc
fpx64.lpi * made Compiler Options window large enough to show all CPUs 2020-11-18 21:19:14 +00:00
gdbmicon.pas
gdbmiint.pas Cope in TGDBInterface.WaitForProgramStop with absent frame 2019-08-28 11:53:04 +00:00
gdbmiproc.pas
gdbmiwrap.pas TGDBMI_TupleOrListValue: exdend to parse a Tuple or List 2019-08-28 11:54:48 +00:00
gitco.tdf + git dialog templates 2022-04-30 22:06:08 +02:00
gitdiff.tdf + git dialog templates 2022-04-30 22:06:08 +02:00
gitfetch.tdf + git dialog templates 2022-04-30 22:06:08 +02:00
globdir.inc * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
Makefile.fpc Add newer Compiler targets: riscv32/riscv64/xtena/wasm32 and z80 2022-02-11 22:19:43 +00:00
Makefile.fpc.fpcmake
pmode.pas
program.pt
readme.ide
README.txt
test1.pas
test2.pas
test.pas
TODO.txt
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas * patch by Marģers: fix undo of deleting of lines in the text mode ide, resolves #24663 2019-01-01 16:04:20 +00:00
wchmhwrap.pas * fix loading of index in ide. Needs to get second instead of first subitem's local property now. 2020-05-17 18:28:15 +00:00
wconsole.pas
wconsts.pas
wconstse.inc * spelling fixed, resolves #37002 2020-05-08 20:14:23 +00:00
wconstsh.inc
weditor.pas * Patch from Margers to fix bug ID #13757 2019-01-27 08:20:54 +00:00
whelp.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
whlpview.pas
whtml.pas
whtmlhlp.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
whtmlscn.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
winclip.pas
windebug.pas
wini.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
wnghelp.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
woahelp.pas
wos2help.pas
wresourc.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
wtphwrit.pas
wutils.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00
wviews.pas
wvphelp.pas
wwinhelp.pas * support for compiling the objects unit methods that expect local procedure/ 2018-12-20 21:22:40 +00:00

You can have a fp.cfg file in the same directory as fp.exe. It works the
same as fpc.cfg

To compile the IDE you need to choose whether to build with or without
debugger (gdb) support. When debugger support is used a check will be
done if libgdb.a is available. If this is not available then it will
automatically fallback to create the IDE without debugger support.

To build with debugger support (default):

make gdb

To build without debugger support:

make nogdb