fpc/ide
2004-12-30 20:57:38 +00:00
..
compiler * regenerated 2004-12-20 18:37:51 +00:00
fakegdb * regenerated 2004-12-20 18:37:51 +00:00
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas with_gdb -> nodebug 2004-12-06 16:23:29 +00:00
fpcalc.pas repeat last operation when pressing = again 2004-12-06 21:24:53 +00:00
fpcatch.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpcodcmp.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpcodtmp.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpcompil.pas * GetHeapStatus added, removed MaxAvail,MemAvail,HeapSize 2004-11-22 19:34:58 +00:00
fpconst.pas * ide version to 1.0.0 changed 2004-12-30 16:14:13 +00:00
fpcygwin.pas
fpdebug.pas * fixed NODEBUG 2004-12-22 15:24:06 +00:00
fpdesk.pas * packed removed for sparc and co. 2004-12-29 20:12:25 +00:00
fpdpansi.pas
fphelp.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpide.pas * fixed NODEBUG 2004-12-22 15:24:06 +00:00
fpini.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpintf.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpkeys.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpmansi.inc
fpmcomp.inc * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpmdebug.inc
fpmedit.inc
fpmfile.inc * fixed run directory 2004-11-08 21:55:09 +00:00
fpmhelp.inc
fpmopts.inc + confirmation box after video mode switch (bug 2933) 2004-12-19 20:38:35 +00:00
fpmrun.inc * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpredir.pas * fixed non working mouse after tools call 2004-11-14 21:45:28 +00:00
fpregs.pas * fixed NODEBUG 2004-12-22 15:24:06 +00:00
fpstre.inc + confirmation box after video mode switch (bug 2933) 2004-12-19 20:38:35 +00:00
fpstrh.inc * renamed Delphi 2 extensions on to Object pascal support 2004-11-20 10:10:32 +00:00
fpstring.pas
fpswitch.pas * fixed NODEBUG 2004-12-22 15:24:06 +00:00
fpsymbol.pas * update for varsym changed 2004-11-09 16:47:55 +00:00
fptemplt.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fptools.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fpusrscr.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
fputils.pas
fpvars.pas * fixed NODEBUG 2004-12-22 15:24:06 +00:00
fpviews.pas * fixed NODEBUG 2004-12-22 15:24:06 +00:00
fpw32.rc
globdir.inc * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * version 1.9.6 2004-12-30 20:57:38 +00:00
Makefile.fpc * version 1.9.6 2004-12-30 20:57:38 +00:00
maketp.bat
pmode.pas
program.pt
README
readme.ide
realintr.inc
test1.pas
test2.pas
test.pas + added some float arrays 2004-11-21 09:32:54 +00:00
TODO
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas * Breakpoints are now deleted when removed from source, disabling is 2004-11-08 20:28:25 +00:00
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas fix ioerror when last save had invalid dir 2004-12-06 16:35:26 +00:00
whelp.pas
whlpview.pas * x86_64 compilation fixed 2004-12-19 13:55:42 +00:00
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas
windebug.pas * applied Peter's patch from yesterday 2004-11-11 15:20:52 +00:00
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas * GiveUpTimeSlice for Dos improved for better cooperation with some TSRs on plain DOS 2004-12-19 20:31:16 +00:00
wviews.pas * fixed 64 bit issues 2004-12-19 19:11:11 +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