mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-25 16:43:24 +02:00
51 lines
601 B
ObjectPascal
51 lines
601 B
ObjectPascal
{
|
|
$Id$
|
|
|
|
Unit to build all units of Free Vision
|
|
}
|
|
unit buildfv;
|
|
interface
|
|
uses
|
|
fvcommon,
|
|
objects,
|
|
callspec,
|
|
drivers,
|
|
fileio,
|
|
memory,
|
|
gfvgraph,
|
|
|
|
fvconsts,
|
|
resource,
|
|
views,
|
|
validate,
|
|
msgbox,
|
|
dialogs,
|
|
menus,
|
|
app,
|
|
stddlg,
|
|
asciitab,
|
|
tabs,
|
|
colortxt,
|
|
statuses,
|
|
histlist,
|
|
inplong,
|
|
editors,
|
|
gadgets,
|
|
time;
|
|
|
|
implementation
|
|
|
|
end.
|
|
{
|
|
$Log$
|
|
Revision 1.5 2002-09-07 15:06:36 peter
|
|
* old logs removed and tabs fixed
|
|
|
|
Revision 1.4 2002/05/29 22:15:19 pierre
|
|
+ asciitab unit added
|
|
|
|
Revision 1.3 2002/01/29 22:00:33 peter
|
|
* colortxt added
|
|
|
|
}
|