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

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