mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 12:29:25 +01:00
| .. | ||
| fp.pas | ||
| fpcalc.pas | ||
| fpcompil.pas | ||
| fpconst.pas | ||
| fpdebug.pas | ||
| fphelp.pas | ||
| fpide.pas | ||
| fpini.pas | ||
| fpintf.pas | ||
| fpmcomp.inc | ||
| fpmdebug.inc | ||
| fpmedit.inc | ||
| fpmfile.inc | ||
| fpmhelp.inc | ||
| fpmopts.inc | ||
| fpmrun.inc | ||
| fpmsrch.inc | ||
| fpmtools.inc | ||
| fpmwnd.inc | ||
| fpredir.pas | ||
| fprun.pas | ||
| fpswitch.pas | ||
| fpsymbol.pas | ||
| fptemplt.pas | ||
| fptools.pas | ||
| fpusrscr.pas | ||
| fputils.pas | ||
| fpvars.pas | ||
| fpviews.pas | ||
| Makefile | ||
| maketp.bat | ||
| program.pt | ||
| README | ||
| realintr.inc | ||
| test2.pas | ||
| test.pas | ||
| TODO | ||
| unit.pt | ||
| weditor.pas | ||
| whelp.pas | ||
| whlpview.pas | ||
| wini.pas | ||
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