mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
45 lines
541 B
ObjectPascal
45 lines
541 B
ObjectPascal
{
|
|
$Id$
|
|
|
|
Unit to build all units of Free Vision
|
|
}
|
|
unit buildfv;
|
|
interface
|
|
uses
|
|
fvcommon,
|
|
objects,
|
|
drivers,
|
|
memory,
|
|
fvconsts,
|
|
resource,
|
|
views,
|
|
validate,
|
|
msgbox,
|
|
dialogs,
|
|
menus,
|
|
app,
|
|
stddlg,
|
|
asciitab,
|
|
tabs,
|
|
colortxt,
|
|
statuses,
|
|
histlist,
|
|
inplong,
|
|
editors,
|
|
gadgets,
|
|
timeddlg,
|
|
time;
|
|
|
|
implementation
|
|
|
|
end.
|
|
{
|
|
$Log$
|
|
Revision 1.9 2004-12-19 20:25:11 hajny
|
|
+ TTimedDialog and TimedMessageBox added
|
|
|
|
Revision 1.8 2004/11/06 17:08:48 peter
|
|
* drawing of tview merged from old fv code
|
|
|
|
}
|