aboutsummaryrefslogtreecommitdiff
path: root/src/xz
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-06-27 17:28:01 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-06-27 17:28:01 +0300
commit7ff0004fbce24ae72eddfe392828ffd7d4639ed1 (patch)
tree07f56037ab19bf892501b1959f1b7f8ed47a7b49 /src/xz
parentAdded missing $(EXEEXT). (diff)
downloadxz-7ff0004fbce24ae72eddfe392828ffd7d4639ed1.tar.xz
Moved the Windows resource files outside the windows directory
to prepare for building them with Autotools.
Diffstat (limited to 'src/xz')
-rw-r--r--src/xz/xz_w32res.rc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/xz/xz_w32res.rc b/src/xz/xz_w32res.rc
new file mode 100644
index 00000000..c8fd9e60
--- /dev/null
+++ b/src/xz/xz_w32res.rc
@@ -0,0 +1,5 @@
+#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_w32res.rc"