fpc/ide
2003-10-14 08:29:29 +00:00
..
compiler * regenerated 2003-10-13 13:30:24 +00:00
fakegdb * regenerated 2003-10-09 14:35:20 +00:00
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * win32 fixed 2003-09-29 14:36:39 +00:00
fpcalc.pas * win32 fixed 2003-09-29 14:36:39 +00:00
fpcatch.pas * win32 fixed 2003-09-29 14:36:39 +00:00
fpcodcmp.pas
fpcodtmp.pas * avoid crash if opening empty Code Template dialog 2003-01-16 14:53:18 +00:00
fpcompil.pas * Fixed TCompilerMessageWindow.AddMessage to see line numbers with 1.1 2003-03-28 09:55:46 +00:00
fpconst.pas * implement reloadfile if changed 2003-01-22 00:27:58 +00:00
fpcygwin.pas * fix typo bug 2003-01-28 16:53:16 +00:00
fpdebug.pas * allow local and remote debugging if SUPPORT_REMOTE is given 2003-03-30 12:12:12 +00:00
fpdesk.pas
fpdpansi.pas
fphelp.pas * implement reloadfile if changed 2003-01-22 00:27:58 +00:00
fpide.pas * win32 fixed 2003-09-29 14:36:39 +00:00
fpini.pas
fpintf.pas
fpkeys.pas
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmopts.inc
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas * go32v2 fixed 2003-10-14 08:29:29 +00:00
fpregs.pas
fpstre.inc * implement reloadfile if changed 2003-01-22 00:27:58 +00:00
fpstrh.inc
fpstring.pas
fpswitch.pas + i386 openbsd target added 2003-02-09 23:50:10 +00:00
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas * fixed for unix 2003-09-27 14:03:45 +00:00
fputils.pas
fpvars.pas
fpviews.pas * 1.1 has rax86 2003-05-07 21:33:22 +00:00
fpw32.rc
globdir.inc + i386 openbsd target added 2003-02-09 23:50:10 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * regenerated 2003-10-09 14:35:20 +00:00
Makefile.fpc + id and log added 2003-10-03 17:29:13 +00:00
maketp.bat
pmode.pas
program.pt
README
readme.ide
realintr.inc
test1.pas
test2.pas
test.pas
TODO
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas * add explicit typecast to OnDiskLoadTime assignments 2003-06-19 15:20:29 +00:00
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas * try to fix the selection extension better 2003-01-31 12:04:50 +00:00
whelp.pas * fixed for unix 2003-09-27 14:03:45 +00:00
whlpview.pas * fix web bug #1649 2003-01-18 01:36:23 +00:00
whtml.pas * try to enhance dispaly of new html docs 2003-03-27 14:37:24 +00:00
whtmlhlp.pas * changed -1 to sw_word(-1) for textend to compile with 1.1 2003-03-28 09:52:03 +00:00
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas * fixed for unix 2003-09-27 14:03:45 +00:00
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