fpc/ide
marco bc30f2cfd0 * update to v 3.0.4
git-svn-id: tags/release_3_0_4@37116 -
2017-09-02 16:48:24 +00:00
..
compiler * update to v 3.0.4 2017-09-02 16:48:24 +00:00
fakegdb * update to v 3.0.4 2017-09-02 16:48:24 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas --- Merging r33882 into '.': 2016-06-02 20:13:06 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
fpconst.pas Allow to use FPBASENAME environment variable as default base name for ini file 2014-11-05 20:45:47 +00:00
fpcygwin.pas
fpdebug.pas Use 'set gnutarget elf32-littlearm' for arm cross 2014-10-27 22:12:13 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas * redundant buttons removed, mantis #25239 2013-12-25 21:10:11 +00:00
fphelp.pas --- Merging r33882 into '.': 2016-06-02 20:13:06 +00:00
fpide.pas --- Merging r29403 into '.': 2015-01-05 13:35:29 +00:00
fpini.pas Merged revision 30573 from http://svn.freepascal.org/svn/fpc/trunk 2015-09-17 22:26:28 +00:00
fpintf.pas
fpkeys.pas
fpmake.pp * update to v 3.0.4 2017-09-02 16:48:24 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc Use GetRemoteString function in TransferRemote 2014-10-24 22:05:00 +00:00
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas Allow to disable __cpu_features_init by defining DISABLE_CPU_FEATURES_INIT 2014-10-27 22:10:51 +00:00
fpmopts.inc Fix error in RemoteCopy assignment at Remote dialog box exit 2014-10-26 21:39:58 +00:00
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 Declare MaybeQuoted function in interface 2014-10-24 21:49:58 +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 + also preserve the CGA background color in the go32v2 IDE 2014-11-17 00:34:05 +00:00
fputils.pas --- Recording mergeinfo for merge of r30359 into '.': 2015-06-17 08:12:01 +00:00
fpvars.pas Add RemoteGDBServer, RemoteCopy, RemoteShell, RemoteExecCommand, RemoteSshExecCommand for SUPPORT_REMOTE 2014-10-24 21:53:27 +00:00
fpviews.pas * merged ide copyright. 2016-01-13 09:13:54 +00:00
fpw32.rc
globdir.inc --- Merging r29403 into '.': 2015-01-05 13:35:29 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile * update to v 3.0.4 2017-09-02 16:48:24 +00:00
Makefile.fpc --- Merging r31317 into '.': 2015-10-06 21:20:59 +00:00
Makefile.fpc.fpcmake * update to v 3.0.4 2017-09-02 16:48:24 +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
wchmhwrap.pas
wconsole.pas AROS: rtl-console, fv, FP-IDE added 2014-08-31 13:48:16 +00:00
wconsts.pas
wconstse.inc --- Merging r33882 into '.': 2016-06-02 20:13:06 +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 --- Merging r29403 into '.': 2015-01-05 13:35:29 +00:00
windebug.pas
wini.pas Merged revision 30573 from http://svn.freepascal.org/svn/fpc/trunk 2015-09-17 22:26:28 +00:00
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
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