peter 9a5b7612b8 * init il y a 27 ans
..
utils 3dafa09576 + object support for browser il y a 27 ans
Makefile f1b0c333cb * makefile.fpc targets start with fpc_ il y a 27 ans
README cbd33d4c38 * moved il y a 27 ans
TODO bcecca182a * 'Use tab characters' now works correctly il y a 27 ans
fp.pas 3dafa09576 + object support for browser il y a 27 ans
fpcalc.pas 3dafa09576 + object support for browser il y a 27 ans
fpcatch.pas 3dafa09576 + object support for browser il y a 27 ans
fpcompil.pas 3dafa09576 + object support for browser il y a 27 ans
fpconst.pas 3dafa09576 + object support for browser il y a 27 ans
fpdebug.pas fa2ffb0242 * forgotten in last commit :( il y a 27 ans
fpdesk.pas 3dafa09576 + object support for browser il y a 27 ans
fphelp.pas 3dafa09576 + object support for browser il y a 27 ans
fpide.pas 3dafa09576 + object support for browser il y a 27 ans
fpini.pas 3dafa09576 + object support for browser il y a 27 ans
fpintf.pas ed4fdd2e0b * extended primaryfile to load a .pri file il y a 27 ans
fpmcomp.inc 3dafa09576 + object support for browser il y a 27 ans
fpmdebug.inc 72a631eff3 + automatic .pas/.pp adding by opening of file il y a 27 ans
fpmedit.inc cbd33d4c38 * moved il y a 27 ans
fpmfile.inc f62a9a4d77 * desktop saving things il y a 27 ans
fpmhelp.inc 6483f16209 + Added dummy entries for functions not yet implemented il y a 27 ans
fpmopts.inc ef82a62743 * linux fixes il y a 27 ans
fpmrun.inc 3dafa09576 + object support for browser il y a 27 ans
fpmsrch.inc 3dafa09576 + object support for browser il y a 27 ans
fpmtools.inc 2f31c21e63 * fixed far problem is fpdebug il y a 27 ans
fpmwnd.inc 6483f16209 + Added dummy entries for functions not yet implemented il y a 27 ans
fpredir.pas 3dafa09576 + object support for browser il y a 27 ans
fpswitch.pas f62a9a4d77 * desktop saving things il y a 27 ans
fpsymbol.pas 3dafa09576 + object support for browser il y a 27 ans
fptemplt.pas e9d03b7506 + prompt with dialogs for tools il y a 27 ans
fptools.pas 3dafa09576 + object support for browser il y a 27 ans
fpusrscr.pas 72a631eff3 + automatic .pas/.pp adding by opening of file il y a 27 ans
fputils.pas 3dafa09576 + object support for browser il y a 27 ans
fpvars.pas f62a9a4d77 * desktop saving things il y a 27 ans
fpviews.pas 3dafa09576 + object support for browser il y a 27 ans
globdir.inc 9a5b7612b8 * init il y a 27 ans
gplprog.pt 604875d93b + init il y a 27 ans
gplunit.pt 604875d93b + init il y a 27 ans
grep.tdf e9d03b7506 + prompt with dialogs for tools il y a 27 ans
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file il y a 27 ans
program.pt cbd33d4c38 * moved il y a 27 ans
realintr.inc 9788af7f08 + Added user screen support, display & window il y a 27 ans
test.pas 6483f16209 + Added dummy entries for functions not yet implemented il y a 27 ans
test2.pas e10e79b38e + added col info in MessageItem il y a 27 ans
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools il y a 27 ans
unit.pt cbd33d4c38 * moved il y a 27 ans
vesa.pas 3dafa09576 + object support for browser il y a 27 ans
weditor.pas 3dafa09576 + object support for browser il y a 27 ans
whelp.pas 3dafa09576 + object support for browser il y a 27 ans
whlpview.pas 3dafa09576 + object support for browser il y a 27 ans
whtml.pas 3dafa09576 + object support for browser il y a 27 ans
whtmlhlp.pas 3dafa09576 + object support for browser il y a 27 ans
wini.pas e9d03b7506 + prompt with dialogs for tools il y a 27 ans
wresourc.pas 3dafa09576 + object support for browser il y a 27 ans
wtphwrit.pas cc15fb70fb * tools macro fixes il y a 27 ans
wutils.pas 3dafa09576 + object support for browser il y a 27 ans
wviews.pas 3dafa09576 + object support for browser il y a 27 ans

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