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
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
fpcompil.pas * made CompilerStop declaration compliant to new tstopprocedure type in 2004-09-09 20:33:00 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas * revert isatty patch 2004-07-09 23:17:25 +00:00
fpdesk.pas
fpdpansi.pas
fphelp.pas
fpide.pas * win32 fixed 2003-09-29 14:36:39 +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
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
fpstrh.inc
fpstring.pas
fpswitch.pas * compilation fix - for loop counter issues 2004-09-14 20:46:13 +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
globdir.inc
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
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 * 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
whtml.pas
whtmlhlp.pas
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