fpc/packages/ide
2021-06-24 00:16:00 +00:00
..
compiler * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00:00
fakegdb * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00: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
fpcodtmp.pas
fpcompil.pas
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
fpide.pas
fpini.pas * second patch by Evgeniy Shtrenyov for to improve backward compatibility 2020-03-02 21:06:18 +00:00
fpintf.pas
fpkeys.pas
fpmake.pp Only set llvm to true if LLVM custom option variable is set, but not to false if not (as true might be the default value) 2021-06-23 14:37:34 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
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
fpmtools.inc
fpmwnd.inc
fpredir.pas
fpregs.pas
fpswitch.pas
fpsymbol.pas
fptemplt.pas
fptools.pas
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
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile * set EXEEXT to .wasm for the WASI target in fpcmake 2021-06-24 00:16:00 +00:00
Makefile.fpc Add --NOLLVM and use LLVM by default of compiler is llvm variant 2021-06-11 08:49:24 +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
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 2020-05-08 20:14:23 +00:00
wconstsh.inc
weditor.pas * Patch from Margers to fix bug ID 2019-01-27 08:20:54 +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