12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- $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,
- tabs,
- colortxt,
- statuses,
- histlist,
- inplong,
- editors,
- gadgets,
- time;
- implementation
- end.
- {
- $Log$
- Revision 1.3 2002-01-29 22:00:33 peter
- * colortxt added
- Revision 1.2 2001/08/05 02:03:13 peter
- * view redrawing and small cursor updates
- * merged some more FV extensions
- Revision 1.1 2001/08/04 19:14:32 peter
- * Added Makefiles
- * added FV specific units and objects from old FV
- }
|