fpc/ide
Jonas Maebe e246cac3ac * regenerated using latest fpcmake
git-svn-id: trunk@13487 -
2009-08-02 18:40:14 +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
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 * initialize edit menu to disabled, bug 2009-01-08 22:44:32 +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 + changes to make the IDE compile on MorphOS (probably doesn't work yet) 2008-10-24 01:34:07 +00:00
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 * fix for 12480, unify multiple styles of stderr debugmsgs 2008-11-08 11:52:59 +00:00
fpusrscr.pas + quick & dirty UserScreen implementation for Amiga/MorphOS 2008-10-24 13:07:59 +00:00
fputils.pas * use directory separator from System unit 2009-02-25 21:28:41 +00:00
fpvars.pas
fpviews.pas * fixes for fields after classes also apply to TP objects. Fixed. 2009-06-27 13:45:33 +00:00
fpw32.rc
globdir.inc * removed some 1.0 defines 2008-10-26 22:15:47 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * regenerated using latest fpcmake 2009-08-02 18:40:14 +00:00
Makefile.fpc
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
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 * splitting of long lines when copying a TStringlist to a dos (shortstring) eq. 2008-11-08 13:58:46 +00:00
wconsole.pas + changes to make the IDE compile on MorphOS (probably doesn't work yet) 2008-10-24 01:34:07 +00:00
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas
whelp.pas + changes to make the IDE compile on MorphOS (probably doesn't work yet) 2008-10-24 01:34:07 +00:00
whlpview.pas
whtml.pas
whtmlhlp.pas * fixed another whtmlhlp 2008-11-12 20:16:59 +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