fpc/ide
2004-05-30 09:44:59 +00:00
..
compiler
fakegdb
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
fpconst.pas
fpcygwin.pas
fpdebug.pas
fpdesk.pas
fpdpansi.pas
fphelp.pas
fpide.pas
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
fpregs.pas
fpstre.inc
fpstrh.inc
fpstring.pas
fpswitch.pas
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas
fputils.pas
fpvars.pas
fpviews.pas
fpw32.rc
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile + Version 1.9.4 2004-05-30 09:44:59 +00:00
Makefile.fpc
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
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas
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