fpc/packages/ide
pierre 12c54a62e7 Update all Makefile's to enable x86_64-haiku target
git-svn-id: branches/fixes_3_2@42135 -
2019-05-28 22:07:11 +00:00
..
compiler Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
fakegdb Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas
fp.term
fpcalc.pas Fix i386 compilation error for PIC code by using local stack variable 2018-02-06 10:17:18 +00:00
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
fpconst.pas
fpcygwin.pas
fpdebug.pas Fix compilation with SUPPORT_REMOTE macro defined 2018-02-07 22:28:39 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas
fphelp.pas
fpide.pas * some IDE fixes merged 2019-04-19 14:26:20 +00:00
fpini.pas
fpintf.pas
fpkeys.pas
fpmake.pp more version updates 2018-08-18 15:26:38 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas
fpmopts.inc * some IDE fixes merged 2019-04-19 14:26:20 +00:00
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc --- Merging r40804 into '.': 2019-04-18 12:51:40 +00:00
fpredir.pas
fpregs.pas
fpswitch.pas
fpsymbol.pas
fptemplt.pas
fptools.pas
fpusrscr.pas
fputils.pas
fpvars.pas
fpviews.pas * some IDE fixes merged 2019-04-19 14:26:20 +00:00
fpw32.rc
gdbmicon.pas
gdbmiint.pas
gdbmiproc.pas
gdbmiwrap.pas
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile Update all Makefile's to enable x86_64-haiku target 2019-05-28 22:07:11 +00:00
Makefile.fpc Merge of revisions 39726 39732 39734 39735 39736 39801 39806 39807 40002 40014 40358 40363 40392 40397 40481 40537 from trunk to fixes_3_2 2018-12-23 14:44:32 +00:00
Makefile.fpc.fpcmake * version to 3.2.0-beta 2018-08-18 15:25:41 +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 * some IDE fixes merged 2019-04-19 14:26:20 +00:00
wchmhwrap.pas
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas * some IDE fixes merged 2019-04-19 14:26:20 +00:00
whelp.pas
whlpview.pas
whtml.pas
whtmlhlp.pas
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