mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-20 17:05:20 +01:00
14 lines
364 B
Text
14 lines
364 B
Text
/*
|
|
* Author: Lasse Collin
|
|
*
|
|
* This file has been put into the public domain.
|
|
* You can do whatever you want with this file.
|
|
*/
|
|
|
|
#define MY_TYPE VFT_DLL
|
|
#define MY_NAME "liblzma"
|
|
#define MY_SUFFIX ".dll"
|
|
#define MY_DESC "liblzma data compression library"
|
|
#define PACKAGE_NAME "XZ Utils"
|
|
#define PACKAGE_URL "http://tukaani.org/xz/"
|
|
#include "common_w32res.rc"
|