peter 04c3f5099b * makefile.fpc updates and defaultfpcdir var hace 27 años
..
Makefile 04c3f5099b * makefile.fpc updates and defaultfpcdir var hace 27 años
README cbd33d4c38 * moved hace 27 años
TODO bcecca182a * 'Use tab characters' now works correctly hace 27 años
fp.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
fpcalc.pas 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpcatch.pas be2415693b + ctrl-c capture with confirm dialog hace 27 años
fpcompil.pas c68c0562c2 * Fix for path of executable hace 27 años
fpconst.pas 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpdebug.pas 2f31c21e63 * fixed far problem is fpdebug hace 27 años
fphelp.pas 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpide.pas 2f31c21e63 * fixed far problem is fpdebug hace 27 años
fpini.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
fpintf.pas 03db82a6ff * unit name of FPSwitches -> FPSwitch which is easier to use hace 27 años
fpmcomp.inc 9788af7f08 + Added user screen support, display & window hace 27 años
fpmdebug.inc 72a631eff3 + automatic .pas/.pp adding by opening of file hace 27 años
fpmedit.inc cbd33d4c38 * moved hace 27 años
fpmfile.inc afba976e1a + open dialog supports mask list hace 27 años
fpmhelp.inc 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpmopts.inc 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpmrun.inc 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpmsrch.inc 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpmtools.inc 2f31c21e63 * fixed far problem is fpdebug hace 27 años
fpmwnd.inc 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fpredir.pas 78afae34d5 * linux unit hace 27 años
fpswitch.pas 216d00e8bc * String items can also be separated by spaces hace 27 años
fpsymbol.pas 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
fptemplt.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
fptools.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
fpusrscr.pas 72a631eff3 + automatic .pas/.pp adding by opening of file hace 27 años
fputils.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
fpvars.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
fpviews.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
gplprog.pt 604875d93b + init hace 27 años
gplunit.pt 604875d93b + init hace 27 años
grep.tdf e9d03b7506 + prompt with dialogs for tools hace 27 años
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file hace 27 años
program.pt cbd33d4c38 * moved hace 27 años
realintr.inc 9788af7f08 + Added user screen support, display & window hace 27 años
test.pas 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
test2.pas e10e79b38e + added col info in MessageItem hace 27 años
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools hace 27 años
unit.pt cbd33d4c38 * moved hace 27 años
weditor.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
whelp.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
whlpview.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
whtml.pas 726560a0d5 + Log hace 27 años
whtmlhlp.pas 6483f16209 + Added dummy entries for functions not yet implemented hace 27 años
wini.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
wutils.pas e9d03b7506 + prompt with dialogs for tools hace 27 años
wviews.pas e9d03b7506 + prompt with dialogs for tools hace 27 años

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