buildfv.pas 601 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. $Id$
  3. Unit to build all units of Free Vision
  4. }
  5. unit buildfv;
  6. interface
  7. uses
  8. fvcommon,
  9. objects,
  10. callspec,
  11. drivers,
  12. fileio,
  13. memory,
  14. gfvgraph,
  15. fvconsts,
  16. resource,
  17. views,
  18. validate,
  19. msgbox,
  20. dialogs,
  21. menus,
  22. app,
  23. stddlg,
  24. asciitab,
  25. tabs,
  26. colortxt,
  27. statuses,
  28. histlist,
  29. inplong,
  30. editors,
  31. gadgets,
  32. time;
  33. implementation
  34. end.
  35. {
  36. $Log$
  37. Revision 1.5 2002-09-07 15:06:36 peter
  38. * old logs removed and tabs fixed
  39. Revision 1.4 2002/05/29 22:15:19 pierre
  40. + asciitab unit added
  41. Revision 1.3 2002/01/29 22:00:33 peter
  42. * colortxt added
  43. }