mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 08:08:13 +02:00
36 lines
354 B
ObjectPascal
36 lines
354 B
ObjectPascal
{
|
|
|
|
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,
|
|
memory,
|
|
colortxt,
|
|
statuses,
|
|
histlist,
|
|
inplong,
|
|
editors,
|
|
gadgets,
|
|
timeddlg,
|
|
time;
|
|
|
|
implementation
|
|
|
|
end.
|