fpc/packages/ide
marco 74aff88586 --- Merging r49045 into '.':
C    Makefile
C    Makefile.fpc
--- Recording mergeinfo for merge of r49045 into '.':
 U   .
Summary of conflicts:
  Text conflicts: 2

# revisions: 49045
r49045 | jonas | 2021-03-24 15:33:09 +0100 (Wed, 24 Mar 2021) | 1 line
Changed paths:
   M /trunk/Makefile
   M /trunk/Makefile.fpc

  * support building with FPC 3.2.2

git-svn-id: branches/fixes_3_2@49384 -
2021-05-20 20:03:52 +00:00
..
compiler Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
fakegdb Regenerate all Makefile's after ios introduction and macos->macosclassic changes inside utils/fpcm/fpcmake.ini 2020-09-23 09:47:20 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas
fp.term
fparm.lpi --- Merging r47446 into '.': 2020-11-30 17:33:17 +00:00
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 --- Merging r44186 into '.': 2020-06-23 08:08:15 +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 # revisions: 44255 2020-06-24 18:09:54 +00:00
fpintf.pas
fpkeys.pas
fpmake.pp --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas
fpmopts.inc --- Merging r47446 into '.': 2020-11-30 17:33:17 +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 # revisions: 45771 2020-09-10 14:07:22 +00:00
fpw32.rc
fpx64.lpi --- Merging r47446 into '.': 2020-11-30 17:33:17 +00:00
gdbmicon.pas
gdbmiint.pas
gdbmiproc.pas
gdbmiwrap.pas
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile.fpc --- Merging r49045 into '.': 2021-05-20 20:03:52 +00:00
Makefile.fpc.fpcmake --- Merging r49045 into '.': 2021-05-20 20:03:52 +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 --- Merging r45406 into '.': 2020-05-17 18:29:57 +00:00
wconsole.pas
wconsts.pas
wconstse.inc * spell fix 2020-05-16 14:26:52 +00:00
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