buildfv.pas 608 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. tabs,
  25. statuses,
  26. histlist,
  27. inplong,
  28. editors,
  29. gadgets,
  30. time;
  31. implementation
  32. end.
  33. {
  34. $Log$
  35. Revision 1.2 2001-08-05 02:03:13 peter
  36. * view redrawing and small cursor updates
  37. * merged some more FV extensions
  38. Revision 1.1 2001/08/04 19:14:32 peter
  39. * Added Makefiles
  40. * added FV specific units and objects from old FV
  41. }