fpc/fv/buildfv.pas
2005-02-14 17:13:06 +00:00

42 lines
425 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.10 2005-02-14 17:13:18 peter
* truncate log
}