carl 9962e4b9c3 + Conditional define explanaations 25 years ago
..
utils 531eed99f8 * we should use lowercase extensions, for linux 26 years ago
Makefile a2318ce5ec * regenerated 25 years ago
Makefile.fpc 712bf88b00 * distclean also uses cleanall 25 years ago
README cbd33d4c38 * moved 27 years ago
TODO a4246cf62a + locatefile bug 25 years ago
fp.pas 9962e4b9c3 + Conditional define explanaations 25 years ago
fpcalc.pas 9853a752ab + clock 26 years ago
fpcatch.pas 42641bdcec * MyApp renamed IDEApp 26 years ago
fpcodcmp.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 25 years ago
fpcodtmp.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 25 years ago
fpcompil.pas 05fb7d5941 + TCompilerMessageListBox.SelectFirstError 25 years ago
fpconst.pas 6c734bc94d + TFPCodeMemo consts from Gabor 25 years ago
fpdebug.pas 44726335cc * typo fix 25 years ago
fpdesk.pas c46860ac61 Last commit is from Gabor's changes! 25 years ago
fphelp.pas 9660f13737 Gabor's code inserted 25 years ago
fpide.pas b677fc753d Gabor's changes 25 years ago
fpini.pas 72c961f0f5 + IniCenterDebuggerRow 25 years ago
fpintf.pas 550220b663 Changes from Gabor 25 years ago
fpmcomp.inc 8af36884e6 * force recompiling if we change target OS 25 years ago
fpmdebug.inc 19b0ddfa22 * AddWatch calls DoShowWatches 25 years ago
fpmedit.inc cbd33d4c38 * moved 27 years ago
fpmfile.inc 574caf6b7b * avoid problems after going to root directory 26 years ago
fpmhelp.inc 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 25 years ago
fpmopts.inc b677fc753d Gabor's changes 25 years ago
fpmrun.inc 5af9c2d923 * adapted to change in fpdebug unit 25 years ago
fpmsrch.inc f58e010de1 * fixes from gabor 26 years ago
fpmtools.inc b8c2666c73 * avoid crash for empty string 25 years ago
fpmwnd.inc 9f9441a49a * avoid unknown type in alt+0 dialog for Ascii Chart and Clipboard 25 years ago
fpredir.pas 1f8dd0606f + DosExecute to interface 26 years ago
fpstring.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 25 years ago
fpswitch.pas 705b7cb752 readme.txt 25 years ago
fpsymbol.pas fdd9823d85 * LookUp function now returns the complete name in browcol 26 years ago
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 years ago
fptools.pas b677fc753d Gabor's changes 25 years ago
fpusrscr.pas 1ca165a3b8 * Keep the entry ScreenBuffer at exit 25 years ago
fputils.pas 550220b663 Changes from Gabor 25 years ago
fpvars.pas 70fdae3d13 Gabor changes 25 years ago
fpviews.pas 05eefcc78d * avoid closing the StackWindow too early 25 years ago
globdir.inc b677fc753d Gabor's changes 25 years ago
gplprog.pt 604875d93b + init 26 years ago
gplunit.pt 604875d93b + init 26 years ago
grep.tdf e9d03b7506 + prompt with dialogs for tools 26 years ago
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 26 years ago
program.pt cbd33d4c38 * moved 27 years ago
readme.txt 705b7cb752 readme.txt 25 years ago
realintr.inc 1d8a77490c * fixes from gabor 26 years ago
test.pas 705b7cb752 readme.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 cbd33d4c38 * moved 27 years ago
vesa.pas 550220b663 Changes from Gabor 25 years ago
weditor.pas 1cdd21c0ff * fix for DelChar past end of line 25 years ago
whelp.pas 32004746f0 * Remove 64Kb limitation for FPC by Gabor 25 years ago
whlpview.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 25 years ago
whtml.pas 3dafa09576 + object support for browser 26 years ago
whtmlhlp.pas b92c9ed1c4 * fixes from gabor, idle event, html fix 26 years ago
winclip.pas 6e0af34cfc * Use CF_OEMTEXT under win32 and dx=7 under go32v2 to obtain 26 years ago
wini.pas e9d03b7506 + prompt with dialogs for tools 26 years ago
wresourc.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 25 years ago
wtphwrit.pas cc15fb70fb * tools macro fixes 26 years ago
wutils.pas e779ae43b4 + TUnsortedStringCollection CreateFrom/Assign/GetItem/PutItem from Gabor 25 years ago
wviews.pas 104468093d * WViews objects were not registered 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