pierre eb5f18cfeb + Use PushStatus in ParseUserScreen 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 08e39cb92a * added some stuff I wrote to maillist, but didn't get reply to. 25 years ago
fp.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpcalc.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpcatch.pas 71d00830cf * Use globdir.inc HasSignal conditional 25 years ago
fpcodcmp.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpcodtmp.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpcompil.pas eb5f18cfeb + Use PushStatus in ParseUserScreen 25 years ago
fpconst.pas 75ab1fb36e + cmDebuggerStopped 25 years ago
fpdebug.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpdesk.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fphelp.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpide.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpini.pas e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpintf.pas c100dbf622 + USE_EXTERNAL_COMPILER 25 years ago
fpmcomp.inc 88275be9de + TIDEApp.UpdateMode 25 years ago
fpmdebug.inc 19b0ddfa22 * AddWatch calls DoShowWatches 25 years ago
fpmedit.inc cbd33d4c38 * moved 27 years ago
fpmfile.inc 409ebd6a09 + Use TrimEndSlash by Gabor 25 years ago
fpmhelp.inc 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 25 years ago
fpmopts.inc e0905e9811 adapted to wcedit addition by Gabor 25 years ago
fpmrun.inc 536fc9d69b Gabor fixes to avoid unused vars 25 years ago
fpmsrch.inc a58516aa89 * adapted to change of OpenSymbolBrowser 25 years ago
fpmtools.inc 128fb2a7dc + Grep running also in Status line 25 years ago
fpmwnd.inc 6ce0f10b5c * Reconginze UserScreenWindow 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 7bb0281201 + -gl option support 25 years ago
fpsymbol.pas 0a2e9c3bbd adapted to wcedit addition 25 years ago
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 years ago
fptools.pas 13962d01ca * INIPath removed 25 years ago
fpusrscr.pas 207bcce918 + stores IDE screen before Switching for DOS 25 years ago
fputils.pas 550220b663 Changes from Gabor 26 years ago
fpvars.pas 4542cdff43 * IniPath replaced by IniFileName 25 years ago
fpviews.pas 5f3743f8fd * file loading problem fixed 25 years ago
globdir.inc 43cf28d054 Gabor 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 9015699063 + add a check for Browser values 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 536fc9d69b Gabor fixes to avoid unused vars 25 years ago
wcedit.pas edcf10f5c2 * get correct position in indicator again 25 years ago
weditor.pas edcf10f5c2 * get correct position in indicator again 25 years ago
whelp.pas 32004746f0 * Remove 64Kb limitation for FPC by Gabor 25 years ago
whlpview.pas 0a2e9c3bbd adapted to wcedit addition 25 years ago
whtml.pas 49993f2e37 suppress some warnings by Gabor 25 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
windebug.pas 972a01b158 + windebug unit for Window Title change when debugging 25 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 99cd11b98d + TrimEndSlash and CompareText by Gabor 25 years ago
wviews.pas 104468093d * WViews objects were not registered 26 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