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

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