1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- $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
- }
|