dllprt0.as 590 B

12345678910111213141516
  1. #
  2. # This file is part of the Free Pascal run time library.
  3. # Copyright (c) 2017 by Karoly Balogh
  4. # member of the Free Pascal development team.
  5. #
  6. # See the file COPYING.FPC, included in this distribution,
  7. # for details about the copyright.
  8. #
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY;without even the implied warranty of
  11. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. #
  13. #**********************************************************************}
  14. #
  15. # FIX ME: dummy file, required for the build to pass, implement! (KB)