liblzma_w32res.rc 364 B

1234567891011121314
  1. /*
  2. * Author: Lasse Collin
  3. *
  4. * This file has been put into the public domain.
  5. * You can do whatever you want with this file.
  6. */
  7. #define MY_TYPE VFT_DLL
  8. #define MY_NAME "liblzma"
  9. #define MY_SUFFIX ".dll"
  10. #define MY_DESC "liblzma data compression library"
  11. #define PACKAGE_NAME "XZ Utils"
  12. #define PACKAGE_URL "http://tukaani.org/xz/"
  13. #include "common_w32res.rc"