mirror of
https://git.tukaani.org/xz.git
synced 2025-10-02 15:28:39 +00:00
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
#define MY_TYPE VFT_APP
|
|
#define MY_NAME "lzmadec"
|
|
#define MY_SUFFIX ".exe"
|
|
#define MY_DESC "lzmadec uncompression tool for .lzma files"
|
|
#include "common_w32res.rc"
|