fpc/ide
pierre b9461b978c * add missing remote dialog labels
git-svn-id: trunk@14038 -
2009-11-04 09:26:07 +00:00
..
compiler * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
fakegdb * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * mingw textmode IDE debugging support. First working version (for me), atexit handler for mingw and cygwin stuff under ifndef USE_MINGW_GDB 2009-05-17 12:22:41 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
fpconst.pas * updated ide copyright and version 2009-08-16 21:25:18 +00:00
fpcygwin.pas
fpdebug.pas * fields after objects methods. 2009-06-27 14:06:58 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas
fphelp.pas
fpide.pas * add missing remote dialog labels 2009-11-04 09:26:07 +00:00
fpini.pas * Instead of using a hardcoded SystemIDEDir first try to generate it from the startup-path 2009-01-03 18:04:32 +00:00
fpintf.pas
fpkeys.pas * fixes for fields after classes also apply to TP objects. Fixed. 2009-06-27 13:45:33 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas * cvar needs to be external. 2009-06-12 21:07:51 +00:00
fpmopts.inc
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas
fpregs.pas
fpswitch.pas * fix for supported_target turned into a set in r12622 2009-01-28 20:55:49 +00:00
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas o another linux console patch by Nikolay Nikolov: 2009-09-16 19:58:42 +00:00
fputils.pas * use directory separator from System unit 2009-02-25 21:28:41 +00:00
fpvars.pas
fpviews.pas * updated ide copyright and version 2009-08-16 21:25:18 +00:00
fpw32.rc
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile * Makefiles version 2.5.1 2009-08-13 21:21:28 +00:00
Makefile.fpc * Fixed typo in warning message. 2009-10-30 11:26:44 +00:00
pmode.pas
program.pt
readme.ide
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
test1.pas
test2.pas
test.pas * fix compilation failure of test.pas 2009-11-04 09:25:28 +00:00
TODO.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas
wchmhwrap.pas * IDE now uses generalized index procedure. 2009-10-11 13:53:03 +00:00
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas
whelp.pas * minor improvements to debuginfo, and Florian's increasing of the topic size. 2009-08-15 13:37:49 +00:00
whlpview.pas
whtml.pas * change result type of AddItem from integer to sw_integer 2009-08-15 21:02:22 +00:00
whtmlhlp.pas * Fix several minor html canonicalization problems. FB's chm still gpf's in the index load. 2009-09-06 17:06:36 +00:00
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas * ExistsDir must also find hidden directories, so that the local configuration files are found 2009-01-01 21:34:41 +00:00
wviews.pas
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