fpc/ide
2004-09-21 14:55:45 +00:00
..
compiler * makefiles regenerated 2004-09-04 23:33:38 +00:00
fakegdb * makefiles regenerated 2004-09-04 23:33:38 +00:00
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico + Win32 icon added 2002-12-26 20:27:15 +00:00
fp32.rc + Win32 icon added 2002-12-26 20:27:15 +00:00
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 * made CompilerStop declaration compliant to new tstopprocedure type in 2004-09-09 20:33:00 +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
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 * fix problem with breakpoint conditions that showed up again after exit 2002-12-12 00:03:14 +00:00
fpintf.pas
fpkeys.pas * illegal for-loop var assignemnt 2004-09-16 16:20:06 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc + TransferRemote method added 2002-11-28 12:57:00 +00:00
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmopts.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpmrun.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpmsrch.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpmtools.inc + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
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 * compilation fix - for loop counter issues 2004-09-14 20:46:13 +00:00
fpsymbol.pas + Alt+I to disassemble a function from browser window 2002-12-02 01:00:12 +00:00
fptemplt.pas
fptools.pas + Use TEditorInputLine instead of TInputLine 2002-12-18 01:19:20 +00:00
fpusrscr.pas * added support for target netwlibc 2004-09-19 14:51:03 +00:00
fputils.pas * fix implementation of ReplaceStrI function 2002-11-28 12:53:59 +00:00
fpvars.pas Use fpregs unit 2002-12-12 00:06:41 +00:00
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 * makefiles regenerated 2004-09-04 23:33:38 +00:00
Makefile.fpc * first part of version number update 2004-05-30 09:15:35 +00:00
maketp.bat
pmode.pas
program.pt
README
readme.ide
realintr.inc
test1.pas
test2.pas * avoid longjmp messages if quitting after compilation error 2002-12-02 13:58:29 +00:00
test.pas * avoid longjmp messages if quitting after compilation error 2002-12-02 13:58:29 +00:00
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 * fix for webbug 2940 2004-02-13 06:53:57 +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
wnghelp.pas * 64bit fixes 2004-05-03 21:12:54 +00:00
woahelp.pas
wos2help.pas
wresourc.pas
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
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