diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-10 21:48:05 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-02-10 21:48:05 +0200 |
commit | e605c2663691b0a4c307786aa368d124ea081daa (patch) | |
tree | 2eb653ffd57f047534846dd78c0858e3c7957730 /windows/xzdec.rc | |
parent | Let the user specify custom CFLAGS on the make command (diff) | |
download | xz-e605c2663691b0a4c307786aa368d124ea081daa.tar.xz |
Added resource files for the Windows build.
Diffstat (limited to '')
-rw-r--r-- | windows/xzdec.rc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/xzdec.rc b/windows/xzdec.rc new file mode 100644 index 00000000..33138b64 --- /dev/null +++ b/windows/xzdec.rc @@ -0,0 +1,5 @@ +#define MY_TYPE VFT_APP +#define MY_NAME "xzdec" +#define MY_SUFFIX ".exe" +#define MY_DESC "xzdec uncompression tool for .xz files" +#include "common.rc" |