You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
454 B

  1. { This file was automatically created by Lazarus. Do not edit!
  2. This source is only used to compile and install the package.
  3. }
  4. unit bitSpaceVFS;
  5. {$warn 5023 off : no warning about unused units}
  6. interface
  7. uses
  8. uvfsFolder, uvfsManager, uvfsSpecialFolder, uvfsTarArchive, uvfsUtils, uvfsZipArchive, dzlib, KAZip,
  9. LazarusPackageIntf;
  10. implementation
  11. procedure Register;
  12. begin
  13. end;
  14. initialization
  15. RegisterPackage('bitSpaceVFS', @Register);
  16. end.