fpc/ide
Jonas Maebe 14cfe770a4 * replaced most (if not all) remaining fields/parameters in the compiler
that deal with paths/filenames with TPathStr (= ansistring) to prevent
    cutting off long paths (no change in speed when compiling the compiler,
    1% extra memory usage)

git-svn-id: trunk@21120 -
2012-04-29 17:36:23 +00:00
..
compiler + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
fakegdb + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas * replaced most (if not all) remaining fields/parameters in the compiler 2012-04-29 17:36:23 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas Avoid interactive query when resetting file 2011-12-19 13:03:25 +00:00
fpdesk.pas * Update syntaxhighlight settings on desktop load. Partial fix for 5813. 2010-12-18 18:03:31 +00:00
fpdpansi.pas
fpevalw.pas
fphelp.pas * Modified hint for search/replace again to show what will be done. bug #0010715 2010-12-22 18:39:13 +00:00
fpide.pas
fpini.pas * ide makes use of %APPDATA% if available to store configuration files, same logic as on unix, resolves #20870 2011-12-30 16:36:25 +00:00
fpintf.pas
fpkeys.pas
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc
fpmhelp.inc
fpmingw.pas Recent mingw64 does not seem to provide fctMsvcrtLongJmp 2011-12-12 16:49:49 +00:00
fpmopts.inc * Avoid unitialized VM variable in Preferences method 2011-07-02 07:03:00 +00:00
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas Avoid wrong exitcode 512 of Grep for Unix 2011-12-13 16:33:44 +00:00
fpregs.pas
fpswitch.pas
fpsymbol.pas * Do not use InfoLong as size can be different from InfoPtr used in Message 2011-12-13 16:36:15 +00:00
fptemplt.pas
fptools.pas
fpusrscr.pas * fix for 10758, additional terminal type checked (udev) 2010-12-22 21:20:51 +00:00
fputils.pas
fpvars.pas * ide makes use of %APPDATA% if available to store configuration files, same logic as on unix, resolves #20870 2011-12-30 16:36:25 +00:00
fpviews.pas * copyright updated. 2011-11-06 18:35:31 +00:00
fpw32.rc
globdir.inc + USE_OLD_REGEXPR added for DEBUG option 2011-08-29 13:36:10 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile + Regenerate all Makefiles's after adding x86_64 netbsd target 2012-04-24 23:15:18 +00:00
Makefile.fpc Add neednostdlib=1 for netbsd to avoid use of incompatble system libraries 2012-04-18 07:57:48 +00:00
pmode.pas
program.pt
readme.ide
README.txt
test1.pas Remove junk in test1 source file from alst commit 2011-12-13 15:09:57 +00:00
test2.pas
test.pas + Add overloaded Testne function in test1 unit 2011-12-12 16:50:29 +00:00
TODO.txt
tpgrep.tdf
unit.pt
vesa.pas * Fix DEBUG go32v2 compilation error 2010-11-17 16:14:08 +00:00
wansi.pas
wcedit.pas
wchmhwrap.pas * fix for crash of textmode IDE when loading CHM index that contains empty tags. 2012-01-15 15:42:07 +00:00
wconsole.pas
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas * Do not use InfoLong as size can be different from InfoPtr used in Message 2011-12-13 16:36:15 +00:00
whelp.pas * cleaning out use of old endianess routines (these are centralized in system since 2.0.x days) 2010-12-23 20:38:56 +00:00
whlpview.pas
whtml.pas
whtmlhlp.pas
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas
wnghelp.pas
woahelp.pas * cleaning out use of old endianess routines (these are centralized in system since 2.0.x days) 2010-12-23 20:38:56 +00:00
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