fpc/ide
2004-11-03 12:05:54 +00:00
..
compiler * units are now created in separate directory units/cpu-os/ 2004-10-30 12:36:43 +00:00
fakegdb * units are now created in separate directory units/cpu-os/ 2004-10-30 12:36:43 +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 * no cdecl for go32v2 signalhandler 2004-03-15 15:50:01 +00:00
fpcatch.pas * corrections for debug mode 2004-09-15 19:23:26 +00:00
fpcodcmp.pas * fix a possibly uninitiated var 2004-03-04 05:37:14 +00:00
fpcodtmp.pas * avoid crash if opening empty Code Template dialog 2003-01-16 14:53:18 +00:00
fpcompil.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +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 * revert isatty patch 2004-07-09 23:17:25 +00:00
fpdesk.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
fpdpansi.pas
fphelp.pas * implement reloadfile if changed 2003-01-22 00:27:58 +00:00
fpide.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
fpini.pas
fpintf.pas
fpkeys.pas * illegal for-loop var assignemnt 2004-09-16 16:20:06 +00:00
fpmansi.inc
fpmcomp.inc + supported targets are now read dynamically from the included compiler 2004-11-03 12:05:54 +00:00
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmopts.inc
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas * added uses windows for win32 (deleted that with my last change) 2004-09-21 14:55:45 +00:00
fpregs.pas * fixed ppc compilation error 2004-02-06 21:34:43 +00:00
fpstre.inc * implement reloadfile if changed 2003-01-22 00:27:58 +00:00
fpstrh.inc
fpstring.pas
fpswitch.pas + supported targets are now read dynamically from the included compiler 2004-11-03 12:05:54 +00:00
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas * added support for target netwlibc 2004-09-19 14:51:03 +00:00
fputils.pas
fpvars.pas
fpviews.pas * 64bit fixes 2004-05-03 21:12:54 +00:00
fpw32.rc * fix some fields 2003-01-07 15:01:24 +00:00
globdir.inc + i386 openbsd target added 2003-02-09 23:50:10 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * fix build with gdb 2004-11-02 09:14:09 +00:00
Makefile.fpc * fix build with gdb 2004-11-02 09:14:09 +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 * 64bit fixes 2004-05-03 21:12:54 +00:00
wconsole.pas * added support for target netwlibc 2004-09-19 14:51:03 +00:00
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
whelp.pas * added target netwlibc 2004-09-16 22:08:13 +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 * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
wnghelp.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
woahelp.pas
wos2help.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
wresourc.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
wtphwrit.pas
wutils.pas * added target netwlibc 2004-09-16 22:08:13 +00:00
wviews.pas * try to fix webbug 2931 completely 2004-02-13 06:26:46 +00:00
wvphelp.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +00:00
wwinhelp.pas * fixed crashes with ide and 1.9.x 2004-11-02 23:53:19 +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