buildfv.pas 541 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. drivers,
  11. memory,
  12. fvconsts,
  13. resource,
  14. views,
  15. validate,
  16. msgbox,
  17. dialogs,
  18. menus,
  19. app,
  20. stddlg,
  21. asciitab,
  22. tabs,
  23. colortxt,
  24. statuses,
  25. histlist,
  26. inplong,
  27. editors,
  28. gadgets,
  29. timeddlg,
  30. time;
  31. implementation
  32. end.
  33. {
  34. $Log$
  35. Revision 1.9 2004-12-19 20:25:11 hajny
  36. + TTimedDialog and TimedMessageBox added
  37. Revision 1.8 2004/11/06 17:08:48 peter
  38. * drawing of tview merged from old fv code
  39. }