mirror of
https://git.tukaani.org/xz.git
synced 2025-12-24 06:18:44 +00:00
6 lines
157 B
Plaintext
6 lines
157 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.rc"
|