blob: 773caf8b41935846ba5a84dd523a9e95c43ba111 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* 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"
|