12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- $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,
- time;
- implementation
- end.
- {
- $Log$
- Revision 1.7 2004-11-03 20:33:05 peter
- * removed unnecesasry graphfv stuff
- Revision 1.6 2004/11/02 23:53:19 peter
- * fixed crashes with ide and 1.9.x
- 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
- }
|