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

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