pierre 85c3597f6c * TGDBValue object 26 years ago
..
utils 531eed99f8 * we should use lowercase extensions, for linux 27 years ago
Makefile a2318ce5ec * regenerated 26 years ago
Makefile.fpc 712bf88b00 * distclean also uses cleanall 26 years ago
README cbd33d4c38 * moved 27 years ago
TODO 08e39cb92a * added some stuff I wrote to maillist, but didn't get reply to. 26 years ago
fp.pas 7e1068e39d + option -S to disable the mouse 26 years ago
fpcalc.pas 9853a752ab + clock 26 years ago
fpcatch.pas 71d00830cf * Use globdir.inc HasSignal conditional 26 years ago
fpcodcmp.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 26 years ago
fpcodtmp.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 26 years ago
fpcompil.pas 4ebe6eb7be + Read BackTrace from UseScreen 26 years ago
fpconst.pas 75ab1fb36e + cmDebuggerStopped 26 years ago
fpdebug.pas f9f40a1c36 + generate cmDebuggerStopped broadcast 26 years ago
fpdesk.pas bf8e55c916 * Breakpoints saved and loaded before sources 26 years ago
fphelp.pas 9660f13737 Gabor's code inserted 26 years ago
fpide.pas 7e1068e39d + option -S to disable the mouse 26 years ago
fpini.pas 1cff383dcf IniPath removed and IniFileName moved to fpvars unit 26 years ago
fpintf.pas c100dbf622 + USE_EXTERNAL_COMPILER 26 years ago
fpmcomp.inc 88275be9de + TIDEApp.UpdateMode 26 years ago
fpmdebug.inc 19b0ddfa22 * AddWatch calls DoShowWatches 26 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 26 years ago
fpmopts.inc 68eeed36f8 * IniPath removed 26 years ago
fpmrun.inc 28888d15ae Uses Debugger^.IsRunning 26 years ago
fpmsrch.inc a58516aa89 * adapted to change of OpenSymbolBrowser 26 years ago
fpmtools.inc 128fb2a7dc + Grep running also in Status line 26 years ago
fpmwnd.inc 6ce0f10b5c * Reconginze UserScreenWindow 26 years ago
fpredir.pas 1f8dd0606f + DosExecute to interface 26 years ago
fpstring.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 26 years ago
fpswitch.pas 7bb0281201 + -gl option support 26 years ago
fpsymbol.pas 85c3597f6c * TGDBValue object 26 years ago
fptemplt.pas 523fccf35d * avoid lost memory on duplicate Template Items 26 years ago
fptools.pas 13962d01ca * INIPath removed 26 years ago
fpusrscr.pas 207bcce918 + stores IDE screen before Switching for DOS 26 years ago
fputils.pas 550220b663 Changes from Gabor 26 years ago
fpvars.pas 4542cdff43 * IniPath replaced by IniFileName 26 years ago
fpviews.pas a2b4a386f8 + add a warning if Changed on loading 26 years ago
globdir.inc 2265547871 + HasSignal 26 years ago
gplprog.pt 604875d93b + init 27 years ago
gplunit.pt 604875d93b + init 27 years ago
grep.tdf e9d03b7506 + prompt with dialogs for tools 27 years ago
maketp.bat 72a631eff3 + automatic .pas/.pp adding by opening of file 27 years ago
program.pt cbd33d4c38 * moved 27 years ago
readme.txt 705b7cb752 readme.txt 26 years ago
realintr.inc 1d8a77490c * fixes from gabor 26 years ago
test.pas 9015699063 + add a check for Browser values 26 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 27 years ago
unit.pt cbd33d4c38 * moved 27 years ago
vesa.pas 550220b663 Changes from Gabor 26 years ago
weditor.pas 658178f0f3 * max number of line changed and warning added 26 years ago
whelp.pas 32004746f0 * Remove 64Kb limitation for FPC by Gabor 26 years ago
whlpview.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 26 years ago
whtml.pas 3dafa09576 + object support for browser 27 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 26 years ago
wini.pas e9d03b7506 + prompt with dialogs for tools 27 years ago
wresourc.pas 682acf3bd8 [*] the fake (!) TOKENS.PAS still contained the typo bug 26 years ago
wtphwrit.pas cc15fb70fb * tools macro fixes 27 years ago
wutils.pas 34e57271bd * error for unexistant file in GetFileTime fixed 26 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