fpc/ide
2013-12-08 02:20:29 +00:00
..
compiler Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:37:46 +00:00
fakegdb Regenerate all Makefiles with an up-to-date fpcmake binary 2013-04-29 12:37:46 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * fix bug #22300, "C" prefix of configuration file. 2012-06-22 13:31:48 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas * removed single remaining use of a 1.0.x deprecated function. 2012-05-18 12:11:50 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas Merge forgotten go32v2 2.6.0 branch changes back into trunk. 2013-04-12 10:19:38 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas
fphelp.pas * hints fixes by AlexL, Mantis #25230 2013-11-11 11:21:08 +00:00
fpide.pas * hints fixes by AlexL, Mantis #25230 2013-11-11 11:21:08 +00:00
fpini.pas
fpintf.pas
fpkeys.pas
fpmake.pp Removed some extra directory separators which screwed up the install path on Amiga/MorphOS (// means /../ here) 2013-12-08 02:20:29 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc * Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814) 2012-07-31 10:37:03 +00:00
fpmingw.pas
fpmopts.inc
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas * Avoid ShortString limitations for LocateExeFile in PATH environment variable is very long 2012-06-22 19:03:13 +00:00
fpregs.pas
fpswitch.pas * fix for mantis #25202 macpascal->macpas, patch by Thaddy. 2013-10-18 08:40:34 +00:00
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas
fputils.pas * Avoid ShortString limitations for LocateExeFile in PATH environment variable is very long 2012-06-22 19:03:13 +00:00
fpvars.pas
fpviews.pas * increased IDE copyright year 2012-10-28 21:27:59 +00:00
fpw32.rc
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile * regenerated fpcmake makefiles after r25642 2013-10-05 10:11:27 +00:00
Makefile.fpc * Switched IDE to fpmake-building 2013-06-01 18:34:01 +00:00
Makefile.fpc.fpcmake * Switched IDE to fpmake-building 2013-06-01 18:34:01 +00:00
pmode.pas
program.pt
readme.ide
README.txt
test1.pas
test2.pas
test.pas
TODO.txt
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
wchmhwrap.pas * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
wconsole.pas
wconsts.pas
wconstse.inc * fixed spelling error and updated link where to download the html docs 2013-11-11 22:46:19 +00:00
wconstsh.inc
weditor.pas
whelp.pas
whlpview.pas
whtml.pas
whtmlhlp.pas * Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814) 2012-07-31 10:37:03 +00:00
whtmlscn.pas
winclip.pas * Clipboard and one occurance of getfullpath fixed for A/W issues. 2013-06-01 12:46:15 +00:00
windebug.pas
wini.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
wnghelp.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
woahelp.pas
wos2help.pas
wresourc.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
wtphwrit.pas
wutils.pas * Clipboard and one occurance of getfullpath fixed for A/W issues. 2013-06-01 12:46:15 +00:00
wviews.pas Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
wvphelp.pas
wwinhelp.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00

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