peter e923686d07 * fixed crash after compile 27 лет назад
..
Makefile cbd33d4c38 * moved 27 лет назад
README cbd33d4c38 * moved 27 лет назад
TODO bcecca182a * 'Use tab characters' now works correctly 27 лет назад
fp.pas 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fpcalc.pas cbd33d4c38 * moved 27 лет назад
fpcompil.pas e923686d07 * fixed crash after compile 27 лет назад
fpconst.pas 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fphelp.pas bcecca182a * 'Use tab characters' now works correctly 27 лет назад
fpide.pas 1ef56abc07 * source tracking from Gabor 27 лет назад
fpini.pas bcecca182a * 'Use tab characters' now works correctly 27 лет назад
fpintf.pas 9788af7f08 + Added user screen support, display & window 27 лет назад
fpmcomp.inc 9788af7f08 + Added user screen support, display & window 27 лет назад
fpmdebug.inc 9788af7f08 + Added user screen support, display & window 27 лет назад
fpmedit.inc cbd33d4c38 * moved 27 лет назад
fpmfile.inc 1ef56abc07 * source tracking from Gabor 27 лет назад
fpmhelp.inc 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fpmopts.inc 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fpmrun.inc 1ef56abc07 * source tracking from Gabor 27 лет назад
fpmsrch.inc 1ef56abc07 * source tracking from Gabor 27 лет назад
fpmtools.inc cbd33d4c38 * moved 27 лет назад
fpmwnd.inc 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fprun.pas 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fpswitch.pas 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fpsymbol.pas 1ef56abc07 * source tracking from Gabor 27 лет назад
fptemplt.pas 9788af7f08 + Added user screen support, display & window 27 лет назад
fpusrscr.pas bcecca182a * 'Use tab characters' now works correctly 27 лет назад
fputils.pas 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fpvars.pas 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
fpviews.pas 1ef56abc07 * source tracking from Gabor 27 лет назад
makefile.fpc cbd33d4c38 * moved 27 лет назад
program.pt cbd33d4c38 * moved 27 лет назад
realintr.inc 9788af7f08 + Added user screen support, display & window 27 лет назад
test.pas 3caaa020b0 + Implemented still missing 'switch' entries in Options menu 27 лет назад
test2.pas 1ef56abc07 * source tracking from Gabor 27 лет назад
unit.pt cbd33d4c38 * moved 27 лет назад
weditor.pas 557ecf0dea * use * as modified indicator 27 лет назад
whelp.pas 9788af7f08 + Added user screen support, display & window 27 лет назад
whlpview.pas 9788af7f08 + Added user screen support, display & window 27 лет назад
wini.pas 9788af7f08 + Added user screen support, display & window 27 лет назад

README


You can have a fp.cfg file in the same directory as fp.exe. It works the
same as ppc386.cfg

If you want to create a fully working IDE you need to compile with a
unit path to ../.. and for an IDE without compiler compile with ../fake

# IDE with full compiler compile with:
ppc386 fp -Fu../..

# IDE with fake compiler compile with:
ppc386 fp -Fu../fake