fpc/ide
2017-12-27 15:08:18 +00:00
..
compiler * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286 2017-10-16 00:27:27 +00:00
fakegdb * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev 37286 2017-10-16 00:27:27 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * spelling mistakes fpc repo part, mantis 2016-06-02 20:01:09 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas Avoid flickering in Compilation messagebox 2016-07-26 21:01:19 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas
fpdesk.pas * more s[0] elimination. 2017-04-27 16:20:37 +00:00
fpdpansi.pas
fpevalw.pas
fphelp.pas * spelling mistakes fpc repo part, mantis 2016-06-02 20:01:09 +00:00
fpide.pas Fix bug report 28822, source file test.test.pas gets pascal syntax highlighting 2016-07-26 21:50:18 +00:00
fpini.pas
fpintf.pas
fpkeys.pas
fpmake.pp + sparc64 support enabled in fpmake for the IDE 2017-06-18 21:06:32 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas
fpmopts.inc
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas
fpregs.pas
fpswitch.pas
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas * notify unit video of switching consoles under windows 2016-04-10 01:44:29 +00:00
fputils.pas
fpvars.pas
fpviews.pas * copyright date update, mantis 2017-01-24 14:20:29 +00:00
fpw32.rc
gdbmicon.pas
gdbmiint.pas Add help message to About if GDB version retrieval does not work 2016-09-05 13:10:17 +00:00
gdbmiproc.pas Add ExeExt suffix to GDBProgramName if not specified 2016-09-05 13:09:31 +00:00
gdbmiwrap.pas
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile * fpcmake.inc and Makefiles renerated after last commit 2017-12-27 15:08:18 +00:00
Makefile.fpc fpmake's -sp shortcut for -skipcrossprograms changed to -scp in r34685 because it overlapped with -sp for searchpath causing havoc in crossbuilds. clean up some accidental leftovers of -sp in ide and utils directory 2017-12-18 14:48:41 +00:00
Makefile.fpc.fpcmake
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
wchmhwrap.pas
wconsole.pas
wconsts.pas
wconstse.inc * spelling mistakes fpc repo part, mantis 2016-06-02 20:01:09 +00:00
wconstsh.inc
weditor.pas * fix compilation after last commit. make clean all in ide/ doesn't build all, and weditor 2017-04-28 13:58:59 +00:00
whelp.pas
whlpview.pas
whtml.pas
whtmlhlp.pas * s[0] ->setlength(s, first round, to ease experimentation with ansistrings 2017-04-27 16:03:51 +00:00
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas Amiga: fix fp.dsk saving 2017-02-05 16:36:11 +00:00
wtphwrit.pas
wutils.pas * s[0] ->setlength(s, first round, to ease experimentation with ansistrings 2017-04-27 16:03:51 +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