fpc/ide
pierre 9720bd8e82 Merge forgotten go32v2 2.6.0 branch changes back into trunk.
------------------------------------------------------------------------
r20575 | pierre | 2012-03-22 16:27:57 +0100 (Thu, 22 Mar 2012) | 1 line

 Avoid 'Discard file' question inside reset
------------------------------------------------------------------------
r20581 | pierre | 2012-03-22 18:21:34 +0100 (Thu, 22 Mar 2012) | 1 line

 * Disable iocheck when closing gdb_file
------------------------------------------------------------------------

git-svn-id: trunk@24227 -
2013-04-12 10:19:38 +00:00
..
compiler * Regenerated makefiles. 2013-01-16 14:52:36 +00:00
fakegdb * Regenerated all makefiles. 2013-01-17 11:36:12 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas * fix bug #22300, "C" prefix of configuration file. 2012-06-22 13:31:48 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas * removed single remaining use of a 1.0.x deprecated function. 2012-05-18 12:11:50 +00:00
fpconst.pas
fpcygwin.pas
fpdebug.pas Merge forgotten go32v2 2.6.0 branch changes back into trunk. 2013-04-12 10:19:38 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas
fphelp.pas
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 * Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814) 2012-07-31 10:37:03 +00:00
fpmingw.pas Recent mingw64 does not seem to provide fctMsvcrtLongJmp 2011-12-12 16:49:49 +00:00
fpmopts.inc
fpmrun.inc
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas * Avoid ShortString limitations for LocateExeFile in PATH environment variable is very long 2012-06-22 19:03:13 +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
fputils.pas * Avoid ShortString limitations for LocateExeFile in PATH environment variable is very long 2012-06-22 19:03:13 +00:00
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 * increased IDE copyright year 2012-10-28 21:27:59 +00:00
fpw32.rc
globdir.inc
gplprog.pt
gplunit.pt
grep.tdf
Makefile * Regenerated makefiles. 2013-01-16 14:52:36 +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
wansi.pas
wcedit.pas Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
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
whlpview.pas
whtml.pas
whtmlhlp.pas * Removed error thrown when trying to build help index if the documentation is installed on a read only file system and tries to store the index file in current directory. (Closes Debian bug#662814) 2012-07-31 10:37:03 +00:00
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
wnghelp.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
woahelp.pas
wos2help.pas
wresourc.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +00:00
wtphwrit.pas
wutils.pas
wviews.pas Fix wrong cursor pos for 64 bit systems, hopefully fixes bug report 23957 2013-03-07 13:55:55 +00:00
wvphelp.pas
wwinhelp.pas Use two parameter version of get_caller_frame 2012-07-12 09:12:02 +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