michael aad6d9f198 + Initial import 25 years ago
..
utils 531eed99f8 * we should use lowercase extensions, for linux 26 years ago
Makefile 090e43a89c * IDE install fixes 25 years ago
Makefile.fpc 090e43a89c * IDE install fixes 25 years ago
README cbd33d4c38 * moved 27 years ago
TODO 08e39cb92a * added some stuff I wrote to maillist, but didn't get reply to. 25 years ago
fixes.txt 0b75c6e4fd * new bunch of Gabor's changes 25 years ago
fp.ans 2126a0993e * new set of Gabor changes: see fixes.txt 25 years ago
fp.pas aad6d9f198 + Initial import 25 years ago
fpcalc.pas aad6d9f198 + Initial import 25 years ago
fpcatch.pas aad6d9f198 + Initial import 25 years ago
fpcodcmp.pas ddee9c4979 * Gabor changes: see fixes.txt 25 years ago
fpcodtmp.pas ddee9c4979 * Gabor changes: see fixes.txt 25 years ago
fpcompil.pas aad6d9f198 + Initial import 25 years ago
fpconst.pas aad6d9f198 + Initial import 25 years ago
fpdebug.pas aad6d9f198 + Initial import 25 years ago
fpdesk.pas aad6d9f198 + Initial import 25 years ago
fphelp.pas aad6d9f198 + Initial import 25 years ago
fpide.pas aad6d9f198 + Initial import 25 years ago
fpini.pas aad6d9f198 + Initial import 25 years ago
fpintf.pas aad6d9f198 + Initial import 25 years ago
fpmcomp.inc aad6d9f198 + Initial import 25 years ago
fpmdebug.inc aad6d9f198 + Initial import 25 years ago
fpmedit.inc aad6d9f198 + Initial import 25 years ago
fpmfile.inc aad6d9f198 + Initial import 25 years ago
fpmhelp.inc aad6d9f198 + Initial import 25 years ago
fpmopts.inc aad6d9f198 + Initial import 25 years ago
fpmrun.inc aad6d9f198 + Initial import 25 years ago
fpmsrch.inc aad6d9f198 + Initial import 25 years ago
fpmtools.inc aad6d9f198 + Initial import 25 years ago
fpmwnd.inc aad6d9f198 + Initial import 25 years ago
fpredir.pas aad6d9f198 + Initial import 25 years ago
fpstre.inc aad6d9f198 + Initial import 25 years ago
fpstrh.inc aad6d9f198 + Initial import 25 years ago
fpstring.pas aad6d9f198 + Initial import 25 years ago
fpswitch.pas aad6d9f198 + Initial import 25 years ago
fpsymbol.pas aad6d9f198 + Initial import 25 years ago
fptemplt.pas aad6d9f198 + Initial import 25 years ago
fptools.pas aad6d9f198 + Initial import 25 years ago
fpusrscr.pas aad6d9f198 + Initial import 25 years ago
fputils.pas aad6d9f198 + Initial import 25 years ago
fpvars.pas aad6d9f198 + Initial import 25 years ago
fpviews.pas aad6d9f198 + Initial import 25 years ago
globdir.inc 369efe46ed + New bunch of Gabor's changes: see fixes.txt 25 years ago
gplprog.pt aad6d9f198 + Initial import 25 years ago
gplunit.pt aad6d9f198 + Initial import 25 years ago
grep.tdf e9d03b7506 + prompt with dialogs for tools 26 years ago
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
pmode.pas aad6d9f198 + Initial import 25 years ago
program.pt cdfbfda6d2 * New templates from Gabor 25 years ago
readme.ide ddee9c4979 * Gabor changes: see fixes.txt 25 years ago
readme.txt 369efe46ed + New bunch of Gabor's changes: see fixes.txt 25 years ago
realintr.inc 1d8a77490c * fixes from gabor 26 years ago
test.pas 369efe46ed + New bunch of Gabor's changes: see fixes.txt 25 years ago
test1.pas 1d5d3b421a + dummy test1 unit added for dbx tests 26 years ago
test2.pas d8ba95410b * some more tests 26 years ago
tpgrep.tdf e9d03b7506 + prompt with dialogs for tools 26 years ago
unit.pt cdfbfda6d2 * New templates from Gabor 25 years ago
vesa.pas aad6d9f198 + Initial import 25 years ago
wansi.pas ddee9c4979 * Gabor changes: see fixes.txt 25 years ago
wcedit.pas ddee9c4979 * Gabor changes: see fixes.txt 25 years ago
wconsts.pas aad6d9f198 + Initial import 25 years ago
wconstse.inc aad6d9f198 + Initial import 25 years ago
wconstsh.inc aad6d9f198 + Initial import 25 years ago
weditor.pas aad6d9f198 + Initial import 25 years ago
whelp.pas aad6d9f198 + Initial import 25 years ago
whlpview.pas aad6d9f198 + Initial import 25 years ago
whtml.pas aad6d9f198 + Initial import 25 years ago
whtmlhlp.pas aad6d9f198 + Initial import 25 years ago
whtmlscn.pas aad6d9f198 + Initial import 25 years ago
winclip.pas aad6d9f198 + Initial import 25 years ago
windebug.pas 972a01b158 + windebug unit for Window Title change when debugging 25 years ago
wini.pas aad6d9f198 + Initial import 25 years ago
wnghelp.pas aad6d9f198 + Initial import 25 years ago
wresourc.pas aad6d9f198 + Initial import 25 years ago
wtphwrit.pas aad6d9f198 + Initial import 25 years ago
wutils.pas aad6d9f198 + Initial import 25 years ago
wviews.pas aad6d9f198 + Initial import 25 years ago
wwinhelp.pas aad6d9f198 + Initial import 25 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