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

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