peter f1b0c333cb * makefile.fpc targets start with fpc_ 27 years ago
..
Makefile f1b0c333cb * makefile.fpc targets start with fpc_ 27 years ago
README cbd33d4c38 * moved 27 years ago
TODO bcecca182a * 'Use tab characters' now works correctly 27 years ago
fp.pas a0c648d7aa * use TryToOpen() with parameter files to overcome double opened files 27 years ago
fpcalc.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
fpcatch.pas be2415693b + ctrl-c capture with confirm dialog 27 years ago
fpcompil.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 years ago
fpconst.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
fpdebug.pas fa2ffb0242 * forgotten in last commit :( 27 years ago
fphelp.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
fpide.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 years ago
fpini.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 years ago
fpintf.pas ed4fdd2e0b * extended primaryfile to load a .pri file 27 years ago
fpmcomp.inc fa4edfc81f * flag if trytoopen should look for other extensions 27 years ago
fpmdebug.inc 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
fpmedit.inc cbd33d4c38 * moved 27 years ago
fpmfile.inc afba976e1a + open dialog supports mask list 27 years ago
fpmhelp.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
fpmopts.inc c3065106d5 + options/preferences dialog added, without function yet 27 years ago
fpmrun.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
fpmsrch.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
fpmtools.inc 2f31c21e63 * fixed far problem is fpdebug 27 years ago
fpmwnd.inc 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
fpredir.pas 78afae34d5 * linux unit 27 years ago
fpswitch.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 years ago
fpsymbol.pas fa2ffb0242 * forgotten in last commit :( 27 years ago
fptemplt.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
fptools.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
fpusrscr.pas 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
fputils.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
fpvars.pas fa4edfc81f * flag if trytoopen should look for other extensions 27 years ago
fpviews.pas fa2ffb0242 * forgotten in last commit :( 27 years ago
gplprog.pt 604875d93b + init 27 years ago
gplunit.pt 604875d93b + init 27 years ago
grep.tdf e9d03b7506 + prompt with dialogs for tools 27 years ago
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
program.pt cbd33d4c38 * moved 27 years ago
realintr.inc 9788af7f08 + Added user screen support, display & window 27 years ago
test.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
test2.pas e10e79b38e + added col info in MessageItem 27 years ago
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 27 years ago
unit.pt cbd33d4c38 * moved 27 years ago
weditor.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
whelp.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
whlpview.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
whtml.pas 726560a0d5 + Log 27 years ago
whtmlhlp.pas 6483f16209 + Added dummy entries for functions not yet implemented 27 years ago
wini.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
wutils.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
wviews.pas e9d03b7506 + prompt with dialogs for tools 27 years ago

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