fpc/ide
2014-09-11 19:03:19 +00:00
..
compiler AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
fakegdb AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas FP-IDE: restore bullet, destroyed in last commit 2014-08-31 17:30:45 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
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 * redundant buttons removed, mantis #25239 2013-12-25 21:10:11 +00:00
fphelp.pas AROS: FP-IDE, System clipboard, execute programs/Shell, keycode Ctrl-A for Select All 2014-08-31 17:13:30 +00:00
fpide.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
fpini.pas
fpintf.pas
fpkeys.pas
fpmake.pp disable gdbint dependency on Amiga 2014-09-09 00:39:15 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc AROS: FP-IDE, System clipboard, execute programs/Shell, keycode Ctrl-A for Select All 2014-08-31 17:13:30 +00:00
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas
fpmopts.inc
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc Avoid RTE 219 if compiled with -CR, by using correct common ancestor 2014-03-27 22:55:45 +00:00
fpredir.pas AROS: FP-IDE, System clipboard, execute programs/Shell, keycode Ctrl-A for Select All 2014-08-31 17:13:30 +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 Avoid infinite recursion if symbols and gdb window are displayed while running debuggee 2014-03-25 17:07:07 +00:00
fptemplt.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
fptools.pas
fpusrscr.pas Amiga/AROS/MorphOS: some more path fixed in FV, userscreen for all 3 platforms 2014-09-11 19:03:19 +00:00
fputils.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
fpvars.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
fpviews.pas IDE: don't spam the strerr with unconditional debug when the ASCII window is open (introduced in r26288) 2014-09-09 00:46:06 +00:00
fpw32.rc
globdir.inc AROS: FP-IDE, System clipboard, execute programs/Shell, keycode Ctrl-A for Select All 2014-08-31 17:13:30 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile AROS: regenerated Makefiles to support i386-aros 2014-08-17 23:16:47 +00:00
Makefile.fpc * always use forward slashes in path to fpmake similarly to paths to other tools in Makefiles 2014-02-01 00:11:09 +00:00
Makefile.fpc.fpcmake Add aix specific options for old Makefile.fpc.fpcmake 2014-04-21 21:51:56 +00:00
pmode.pas
program.pt
readme.ide
README.txt
test1.pas
test2.pas
test.pas
TODO.txt
tpgrep.tdf
unit.pt
vesa.pas * disable the VESA features by default if running under MS WinNT and above 2014-05-17 16:30:52 +00:00
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
wconsole.pas AROS: rtl-console, fv, FP-IDE added 2014-08-31 13:48:16 +00:00
wconsts.pas
wconstse.inc * updated wording helpfile download, mantis #26517 2014-08-03 11:09:52 +00:00
wconstsh.inc
weditor.pas
whelp.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +00:00
whlpview.pas
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas AROS: FP-IDE, System clipboard, execute programs/Shell, keycode Ctrl-A for Select All 2014-08-31 17:13:30 +00:00
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas AMIGA/MorphOS/AROS: corrected pathes in FP-IDE 2014-09-08 16:47:38 +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

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