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/xz.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/xz.rc')
-rw-r--r-- | windows/xz.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/windows/xz.rc b/windows/xz.rc deleted file mode 100644 index 5ab33c84..00000000 --- a/windows/xz.rc +++ /dev/null @@ -1,5 +0,0 @@ -#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" |