mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
5 lines
158 B
Text
5 lines
158 B
Text
#define MY_TYPE VFT_APP
|
|
#define MY_NAME "xz"
|
|
#define MY_SUFFIX ".exe"
|
|
#define MY_DESC "xz data compression tool for .xz and .lzma files"
|
|
#include "common.rc"
|