fpc/ide
2002-04-25 13:34:17 +00:00
..
compiler
fakegdb
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
fpcatch.pas
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 * fix the problem with dirs containing asterisks 2002-04-25 13:33:31 +00:00
fpdesk.pas
fpdpansi.pas * Escape Escape and chars ord(char)<=16 2002-03-25 11:51:43 +00:00
fphelp.pas
fpide.pas * fix the disappearing desktop for win32 2002-04-25 13:34:17 +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
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc * allow to open non existant file 2002-04-10 22:38:11 +00:00
fpmhelp.inc
fpmopts.inc
fpmrun.inc
fpmsrch.inc
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
fptemplt.pas
fptools.pas
fpusrscr.pas * fix the disappearing desktop for win32 2002-04-25 13:34:17 +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
Makefile.fpc
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 * 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 + added lastsynonym and InNameAnchor fields to TCustomHTMLLinkScanner 2002-04-23 09:55:22 +00:00
whtmlscn.pas * try to adapt .htx files to system DirSep 2002-04-23 10:11: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
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