fpc/ide
Károly Balogh 705033284e + regenerated makefiles to support powerpc-amiga target
git-svn-id: trunk@4371 -
2006-08-06 12:28:28 +00:00
..
compiler + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
fakegdb * use -P for cross compile 2006-04-23 18:53:29 +00:00
utils
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico * new ide icon 2006-05-27 16:58:40 +00:00
fp32.rc
fp.ans
fp.pas * show full compiler version in console too 2006-07-14 19:29:19 +00:00
fpcalc.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
fpcatch.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
fpconst.pas * IDE version number to 1.0.8 2006-05-06 16:16:25 +00:00
fpcygwin.pas
fpdebug.pas * small fixes due to tcentre 2006-06-16 20:04:22 +00:00
fpdesk.pas
fpdpansi.pas
fphelp.pas
fpide.pas * Fix display refresh command. 2006-06-03 11:30:54 +00:00
fpini.pas * small fixes due to tcentre 2006-06-16 20:04:22 +00:00
fpintf.pas * show full compiler version in About dialog 2006-07-13 23:08:05 +00:00
fpkeys.pas - Remove redundant inttohex function. 2006-05-12 10:07:46 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc * don't close user screen on mouse events 2006-05-27 19:42:59 +00:00
fpmedit.inc
fpmfile.inc * win64 compile fixes 2006-04-20 11:27:53 +00:00
fpmhelp.inc + display helpfull message if no help files are installed 2006-05-20 18:53:40 +00:00
fpmopts.inc * Move processor options to their own tab. 2006-05-18 21:35:46 +00:00
fpmrun.inc * compile fixes 2006-05-14 20:27:55 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc * Make listbox in window list one column smaller. 2006-05-06 17:36:24 +00:00
fpredir.pas * More ver1_0 defines removed 2006-05-07 22:32:43 +00:00
fpregs.pas * fixed vector window size 2006-05-20 19:48:30 +00:00
fpstre.inc * Update default compiler options. 2006-06-03 14:35:27 +00:00
fpstrh.inc + UI for selecting edit key set. 2006-02-04 16:09:11 +00:00
fpstring.pas
fpswitch.pas * saving of switches with longint values fixed 2006-07-15 00:08:26 +00:00
fpsymbol.pas - Remove redundant inttohex function. 2006-05-12 10:07:46 +00:00
fptemplt.pas
fptools.pas
fpusrscr.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
fputils.pas
fpvars.pas * small fixes due to tcentre 2006-06-16 20:04:22 +00:00
fpviews.pas * show full compiler version in About dialog 2006-07-13 23:08:05 +00:00
fpw32.rc
globdir.inc * win64 compile fixes 2006-04-20 11:27:53 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile + regenerated makefiles to support powerpc-amiga target 2006-08-06 12:28:28 +00:00
Makefile.fpc
maketp.bat
pmode.pas
program.pt
README
readme.ide * bugrep -> bugs 2006-07-15 20:21:23 +00:00
realintr.inc
test1.pas
test2.pas
test.pas
TODO
tpgrep.tdf
unit.pt
vesa.pas
wansi.pas
wcedit.pas
wconsole.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
wconsts.pas
wconstse.inc * 2.0.4 fix: fpcdoc.htm -> fpctoc.htm 2006-07-15 00:56:00 +00:00
wconstsh.inc
weditor.pas * Fixes from Dave Strodtman 2006-06-18 13:19:28 +00:00
whelp.pas + display helpfull message if no help files are installed 2006-05-20 18:53:40 +00:00
whlpview.pas * Some improvements regarding code readability. 2006-06-10 18:48:24 +00:00
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
windebug.pas * win64 compile fixes 2006-04-20 11:27:53 +00:00
wini.pas * If overflow checking enabled, disable it for hash calculation. IDE 2006-05-11 07:46:09 +00:00
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas * Val can handle hexadecimal just fine, no need for specialized routines. 2006-05-13 17:50:29 +00:00
wviews.pas
wvphelp.pas
wwinhelp.pas - Remove redundant inttohex function. 2006-05-12 10:07:46 +00:00

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