Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.0.0 / packages / fv / src / buildfv.pas
Size: Mime:
{

  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,
  outline,
  memory,
  colortxt,
  statuses,
  histlist,
  inplong,
  editors,
  gadgets,
  timeddlg,
  time;

implementation

end.