fpc/ide
Jonas Maebe c9ce918485 * regenerated for darwin/x86_64
git-svn-id: trunk@9181 -
2007-11-10 18:37:19 +00:00
..
compiler * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
fakegdb * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * small 64 bit compatibility fixes 2007-10-19 22:36:33 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas * display compilation time, resolves 2007-10-13 13:21:33 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas * check if breakpoint name is assigned when displaying breakpoints in the disassembly window, resolves 2007-10-19 22:34:31 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas
fphelp.pas
fpide.pas
fpini.pas
fpintf.pas
fpkeys.pas
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmopts.inc o resolve : 2007-10-15 21:00:41 +00:00
fpmrun.inc * because EXEFile was changed into an ansistring, @EXEFile was wrong, fixed, resolves 2007-10-19 21:39:16 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas
fpregs.pas
fpswitch.pas
fpsymbol.pas
fptemplt.pas
fptools.pas * enabled Shift-F11 and Shift-F2 for tools 2007-10-12 16:22:27 +00:00
fpusrscr.pas
fputils.pas
fpvars.pas
fpviews.pas * always do a SaveAs when trying to save new editors, also if there 2007-10-21 20:09:11 +00:00
fpw32.rc
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile * regenerated for darwin/x86_64 2007-11-10 18:37:19 +00:00
Makefile.fpc
maketp.bat
pmode.pas
program.pt
README
readme.ide
realintr.inc
test1.pas
test2.pas
test.pas
TODO
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas * use always insert mode when replacing text, resolves 2007-10-14 16:22:39 +00:00
whelp.pas
whlpview.pas
whtml.pas * open html properly on read only file systems, resolves 2007-10-28 18:50:10 +00:00
whtmlhlp.pas * open html properly on read only file systems, resolves 2007-10-28 18:50:10 +00:00
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas
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