diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-27 17:28:01 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-06-27 17:28:01 +0300 |
commit | 7ff0004fbce24ae72eddfe392828ffd7d4639ed1 (patch) | |
tree | 07f56037ab19bf892501b1959f1b7f8ed47a7b49 /windows/xzdec.rc | |
parent | Added missing $(EXEEXT). (diff) | |
download | xz-7ff0004fbce24ae72eddfe392828ffd7d4639ed1.tar.xz |
Moved the Windows resource files outside the windows directory
to prepare for building them with Autotools.
Diffstat (limited to 'windows/xzdec.rc')
-rw-r--r-- | windows/xzdec.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/windows/xzdec.rc b/windows/xzdec.rc deleted file mode 100644 index 33138b64..00000000 --- a/windows/xzdec.rc +++ /dev/null @@ -1,5 +0,0 @@ -#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" |