fpc/ide
pierre aaa34343eb * Try to get win64 to work
git-svn-id: trunk@16451 -
2010-11-26 23:32:08 +00:00
..
compiler + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
fakegdb + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
cvsco.tdf
cvsdiff.tdf
cvsup.tdf
empty.inc
fp32.ico
fp32.rc
fp.ans
fp.pas - removed debian detection since its gpm bug has been long fixed 2010-08-20 11:04:44 +00:00
fp.term
fpcalc.pas
fpcatch.pas
fpcodcmp.pas
fpcodtmp.pas
fpcompil.pas
fpconst.pas * updated ide copyright and version 2009-08-16 21:25:18 +00:00
fpcygwin.pas
fpdebug.pas + SetTBreak method added 2010-08-24 13:35:09 +00:00
fpdesk.pas
fpdpansi.pas
fpevalw.pas * copyright notice added. 2008-08-04 14:54:32 +00:00
fphelp.pas * Modernized debug code, fixed crash for .chms without index. 2008-10-22 17:15:59 +00:00
fpide.pas * fix for 11679, hide cursor when returning from dosshell/userprog 2010-02-15 15:59:33 +00:00
fpini.pas * Instead of using a hardcoded SystemIDEDir first try to generate it from the startup-path 2009-01-03 18:04:32 +00:00
fpintf.pas
fpkeys.pas * fixes for fields after classes also apply to TP objects. Fixed. 2009-06-27 13:45:33 +00:00
fpmansi.inc
fpmcomp.inc
fpmdebug.inc
fpmedit.inc
fpmfile.inc * fix for #7308. (changeonopen preferences does nothing) 2010-02-11 16:11:53 +00:00
fpmhelp.inc
fpmingw.pas * Try to get win64 to work 2010-11-26 23:32:08 +00:00
fpmopts.inc
fpmrun.inc + Use SetTbreak method 2010-08-24 13:35:36 +00:00
fpmsrch.inc
fpmtools.inc
fpmwnd.inc
fpredir.pas + changes to make the IDE compile on MorphOS (probably doesn't work yet) 2008-10-24 01:34:07 +00:00
fpregs.pas
fpswitch.pas * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
fpsymbol.pas
fptemplt.pas
fptools.pas * Reset AbortTool before each run 2009-11-05 00:45:19 +00:00
fpusrscr.pas + disable UserScreen for now on Amiga/MorphOS, dummy implementation causes more trouble than it solves 2010-10-21 23:44:17 +00:00
fputils.pas * use directory separator from System unit 2009-02-25 21:28:41 +00:00
fpvars.pas * add *.dpr and *.lpr to the Pascal highlight extensions 2010-06-15 07:49:06 +00:00
fpviews.pas * updated ide copyright and version 2009-08-16 21:25:18 +00:00
fpw32.rc
globdir.inc + Add win64 target conditionals 2010-11-23 23:08:09 +00:00
gplprog.pt
gplunit.pt
grep.tdf
Makefile + i386/iphonesim target for the new iPhoneSimulator in Xcode 3.2.4 and 2010-09-29 21:56:47 +00:00
Makefile.fpc + Add support for gdblib.inc in libgdb directory 2009-11-04 23:30:49 +00:00
pmode.pas
program.pt
readme.ide
README.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
test1.pas
test2.pas
test.pas * fix compilation failure of test.pas 2009-11-04 09:25:28 +00:00
TODO.txt * added .txt extensions to all README, TODO and COPYING files 2009-02-28 17:34:08 +00:00
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 * another minor incompatibility 2009-12-06 21:05:51 +00:00
wconsole.pas + changes to make the IDE compile on MorphOS (probably doesn't work yet) 2008-10-24 01:34:07 +00:00
wconsts.pas
wconstse.inc
wconstsh.inc
weditor.pas
whelp.pas * minor improvements to debuginfo, and Florian's increasing of the topic size. 2009-08-15 13:37:49 +00:00
whlpview.pas * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
whtml.pas * change result type of AddItem from integer to sw_integer 2009-08-15 21:02:22 +00:00
whtmlhlp.pas * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
whtmlscn.pas
winclip.pas
windebug.pas
wini.pas * Avoid Range checks in CalcHash 2010-01-22 15:39:39 +00:00
wnghelp.pas
woahelp.pas
wos2help.pas
wresourc.pas
wtphwrit.pas
wutils.pas * ExistsDir must also find hidden directories, so that the local configuration files are found 2009-01-01 21:34:41 +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