fpc/packages/ide
2020-09-23 09:47:20 +00:00
..
compiler Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
fakegdb Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas
fp.term
fpcalc.pas Fix i386 compilation error for PIC code by using local stack variable 2018-02-06 10:17:18 +00:00
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
fpconst.pas
fpcygwin.pas
fpdebug.pas --- Merging r44186 into '.': 2020-06-23 08:08:15 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas
fphelp.pas
fpide.pas * some IDE fixes merged 2019-04-19 14:26:20 +00:00
fpini.pas # revisions: 44255 2020-06-24 18:09:54 +00:00
fpintf.pas
fpkeys.pas
fpmake.pp * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas
fpmopts.inc * some IDE fixes merged 2019-04-19 14:26:20 +00:00
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc --- Merging r40804 into '.': 2019-04-18 12:51:40 +00:00
fpredir.pas
fpregs.pas
fpswitch.pas
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas
fputils.pas
fpvars.pas
fpviews.pas # revisions: 45771 2020-09-10 14:07:22 +00:00
fpw32.rc
fpx64.lpi --- Merging r43572 into '.': 2020-01-16 13:33:43 +00:00
gdbmicon.pas
gdbmiint.pas
gdbmiproc.pas
gdbmiwrap.pas
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
Makefile.fpc * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
Makefile.fpc.fpcmake * fixes to 3.2.1 2020-06-20 16:47:24 +00:00
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 * some IDE fixes merged 2019-04-19 14:26:20 +00:00
wchmhwrap.pas --- Merging r45406 into '.': 2020-05-17 18:29:57 +00:00
wconsole.pas
wconsts.pas
wconstse.inc * spell fix 2020-05-16 14:26:52 +00:00
wconstsh.inc
weditor.pas * some IDE fixes merged 2019-04-19 14:26:20 +00:00
whelp.pas
whlpview.pas
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas
wviews.pas
wvphelp.pas
wwinhelp.pas

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