fpc/ide
2002-04-20 20:27:44 +00:00
..
compiler * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
fakegdb * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
utils
cvsco.tdf
cvsup.tdf
empty.inc
fp.ans
fp.pas + use fpcygwin unit for win32 debug IDE 2002-04-12 11:28:55 +00:00
fpcalc.pas * fix wrong sign change handling 2002-01-22 14:56:37 +00:00
fpcatch.pas * moved StopJmp buffer to fpcatch unit 2002-03-20 14:48:27 +00:00
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas * save and restore Exitproc if LongJmp called 2002-04-10 22:37:37 +00:00
fpconst.pas * use < for left arrow under unix 2002-03-28 16:25:16 +00:00
fpcygwin.pas * fix snapshot creation error 2002-04-16 09:27:44 +00:00
fpdebug.pas * avoid problems for ClassVariable in Watches window 2002-04-17 11:11:54 +00:00
fpdesk.pas * fix error when loading breakpoints, try to load other items even after an error 2002-02-09 00:32:27 +00:00
fpdpansi.pas * Escape Escape and chars ord(char)<=16 2002-03-25 11:51:43 +00:00
fphelp.pas * only disable Alt-X in Options|Compiler dialog 2002-01-24 09:21:41 +00:00
fpide.pas + add RTE(250) for Ctrl+F11 in DEBUG mode 2002-04-12 08:58:22 +00:00
fpini.pas * avoid a problem if resetting debuggee redirection 2002-04-02 14:06:50 +00:00
fpintf.pas
fpkeys.pas
fpmansi.inc + save ansi dump as text is filename suffix is '.txt' 2001-11-15 13:30:14 +00:00
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc * allow to open non existant file 2002-04-10 22:38:11 +00:00
fpmhelp.inc + find Table of contents for FPC docs 2002-03-14 17:01:54 +00:00
fpmopts.inc * only disable Alt-X in Options|Compiler dialog 2002-01-24 09:21:41 +00:00
fpmrun.inc + Disassembly window made public 2001-11-07 00:28:52 +00:00
fpmsrch.inc + FindProcedure implemented 2001-10-24 21:49:56 +00:00
fpmtools.inc
fpmwnd.inc
fpredir.pas
fpstre.inc + two new dialogs in case of internal errors 2002-04-12 08:59:42 +00:00
fpstrh.inc
fpstring.pas
fpswitch.pas * Add allow spaces for directories entries 2002-04-11 06:42:54 +00:00
fpsymbol.pas + FindProcedure implemented 2001-10-24 21:49:56 +00:00
fptemplt.pas
fptools.pas
fpusrscr.pas * try to fix win32 problem with Dos program ouptut in command shell 2002-01-22 16:29:52 +00:00
fputils.pas
fpvars.pas
fpviews.pas * fix last commit for corss compilation fir 1.1 IDE from 1.0.6 2002-04-17 11:10:13 +00:00
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile * fix source location in zips for packages and demos 2002-03-19 19:36:55 +00:00
Makefile.fpc * regenated 2002-02-28 21:30:32 +00:00
maketp.bat
pmode.pas
program.pt
README * Renamed ppc.cfg -> fpc.cfg 2001-11-24 02:05:21 +00:00
readme.ide * Renamed ppc.cfg -> fpc.cfg 2001-11-24 02:05:21 +00:00
realintr.inc
test1.pas
test2.pas
test.pas
TODO
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas * Escape Escape and chars ord(char)<=16 2002-03-25 11:51:43 +00:00
wcedit.pas * avoid considering grouped action if StoreUnfo is false 2002-04-20 20:27:44 +00:00
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas * fix for bug report 1869 2002-04-16 08:27:01 +00:00
whelp.pas + hscDirect added 2002-03-25 14:37:03 +00:00
whlpview.pas +handle hscDirect 2002-03-25 14:37:45 +00:00
whtml.pas * also call DocTableXXX at end tag 2002-03-25 14:42:23 +00:00
whtmlhlp.pas + handle tables 2002-04-11 07:04:23 +00:00
whtmlscn.pas + recreate the full target of an anchor that only has a NAME field 2002-04-11 07:06:31 +00:00
winclip.pas
windebug.pas * fix problems for updating Debuggee title if Ctrl-C pressed 2002-03-27 11:22:24 +00:00
wini.pas
wnghelp.pas
woahelp.pas * some security check added 2001-11-07 00:16:17 +00:00
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas + HextToCard StrToCard new functions 2002-04-02 13:23:02 +00:00
wviews.pas + new function OKCancelBox added 2002-04-12 08:59:00 +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