Index: xz/src/xzdec/xzdec_w32res.rc |
=================================================================== |
--- xz/src/xzdec/xzdec_w32res.rc (revision 0) |
+++ xz/src/xzdec/xzdec_w32res.rc (revision 0) |
@@ -0,0 +1,12 @@ |
+/* |
+ * Author: Lasse Collin |
+ * |
+ * This file has been put into the public domain. |
+ * You can do whatever you want with this file. |
+ */ |
+ |
+#define MY_TYPE VFT_APP |
+#define MY_NAME "xzdec" |
+#define MY_SUFFIX ".exe" |
+#define MY_DESC "xzdec decompression tool for .xz files" |
+#include "common_w32res.rc" |
Property changes on: xz/src/xzdec/xzdec_w32res.rc |
___________________________________________________________________ |
Added: svn:eol-style |
+ native |