pierre 3f524571c9 * Size for Cluster is word (TP compatibility) 26 år sedan
..
utils 531eed99f8 * we should use lowercase extensions, for linux 27 år sedan
Makefile f1b0c333cb * makefile.fpc targets start with fpc_ 27 år sedan
README cbd33d4c38 * moved 27 år sedan
TODO bcecca182a * 'Use tab characters' now works correctly 27 år sedan
fp.pas c3351959a2 * fixed couple of bugs 27 år sedan
fpcalc.pas 3dafa09576 + object support for browser 27 år sedan
fpcatch.pas 3dafa09576 + object support for browser 27 år sedan
fpcompil.pas c3351959a2 * fixed couple of bugs 27 år sedan
fpconst.pas 3dafa09576 + object support for browser 27 år sedan
fpdebug.pas fa2ffb0242 * forgotten in last commit :( 27 år sedan
fpdesk.pas 77e2d5ad2a * syntax highlight fixes 27 år sedan
fphelp.pas 3dafa09576 + object support for browser 27 år sedan
fpide.pas c3351959a2 * fixed couple of bugs 27 år sedan
fpini.pas 3dafa09576 + object support for browser 27 år sedan
fpintf.pas ed4fdd2e0b * extended primaryfile to load a .pri file 27 år sedan
fpmcomp.inc 3dafa09576 + object support for browser 27 år sedan
fpmdebug.inc 72a631eff3 + automatic .pas/.pp adding by opening of file 27 år sedan
fpmedit.inc cbd33d4c38 * moved 27 år sedan
fpmfile.inc f62a9a4d77 * desktop saving things 27 år sedan
fpmhelp.inc c3351959a2 * fixed couple of bugs 27 år sedan
fpmopts.inc ef82a62743 * linux fixes 27 år sedan
fpmrun.inc 3dafa09576 + object support for browser 27 år sedan
fpmsrch.inc 3dafa09576 + object support for browser 27 år sedan
fpmtools.inc 2f31c21e63 * fixed far problem is fpdebug 27 år sedan
fpmwnd.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 år sedan
fpredir.pas 6d37042bd8 * FIn FOut FErr dispsoed at exit 27 år sedan
fpswitch.pas 7b94465fba * fixed hotkeys with Compiler switches 27 år sedan
fpsymbol.pas f4697cbcf3 * problem with Inheritance list 26 år sedan
fptemplt.pas e9d03b7506 + prompt with dialogs for tools 27 år sedan
fptools.pas c3351959a2 * fixed couple of bugs 27 år sedan
fpusrscr.pas 72a631eff3 + automatic .pas/.pp adding by opening of file 27 år sedan
fputils.pas 77e2d5ad2a * syntax highlight fixes 27 år sedan
fpvars.pas f62a9a4d77 * desktop saving things 27 år sedan
fpviews.pas 0b95d5840c * @ is now required for FPC for procedure address passing in functions 27 år sedan
globdir.inc 9a5b7612b8 * init 27 år sedan
gplprog.pt 604875d93b + init 27 år sedan
gplunit.pt 604875d93b + init 27 år sedan
grep.tdf e9d03b7506 + prompt with dialogs for tools 27 år sedan
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 år sedan
program.pt cbd33d4c38 * moved 27 år sedan
realintr.inc 9788af7f08 + Added user screen support, display & window 27 år sedan
test.pas 77e2d5ad2a * syntax highlight fixes 27 år sedan
test2.pas e10e79b38e + added col info in MessageItem 27 år sedan
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 27 år sedan
unit.pt cbd33d4c38 * moved 27 år sedan
vesa.pas 3dafa09576 + object support for browser 27 år sedan
weditor.pas 3f524571c9 * Size for Cluster is word (TP compatibility) 26 år sedan
whelp.pas 02f26788b8 * Fixed for Linux 27 år sedan
whlpview.pas 3dafa09576 + object support for browser 27 år sedan
whtml.pas 3dafa09576 + object support for browser 27 år sedan
whtmlhlp.pas 3dafa09576 + object support for browser 27 år sedan
wini.pas e9d03b7506 + prompt with dialogs for tools 27 år sedan
wresourc.pas 82d45a463d * dipsoe of S field in TResourceFile destructor 26 år sedan
wtphwrit.pas cc15fb70fb * tools macro fixes 27 år sedan
wutils.pas 3dafa09576 + object support for browser 27 år sedan
wviews.pas 3dafa09576 + object support for browser 27 år sedan

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