123456789101112131415161718192021222324252627282930313233343536 |
- {
- 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,
- outline,
- memory,
- colortxt,
- statuses,
- histlist,
- inplong,
- editors,
- gadgets,
- timeddlg,
- time;
- implementation
- end.
|