aboutsummaryrefslogtreecommitdiff
path: root/src/lzmainfo/lzmainfo_w32res.rc
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-10-09 13:02:15 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-10-09 13:02:15 +0300
commitefeb998a2b1025df1c1d202cc7d21d866cd1c336 (patch)
tree12395307e0e07026715255d60a9293ea20acd4dd /src/lzmainfo/lzmainfo_w32res.rc
parentAdd missing public domain notice to lzmadec_w32res.rc. (diff)
downloadxz-efeb998a2b1025df1c1d202cc7d21d866cd1c336.tar.xz
lzmainfo: Add Windows resource file.
Diffstat (limited to '')
-rw-r--r--src/lzmainfo/lzmainfo_w32res.rc12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/lzmainfo/lzmainfo_w32res.rc b/src/lzmainfo/lzmainfo_w32res.rc
new file mode 100644
index 00000000..378fbe69
--- /dev/null
+++ b/src/lzmainfo/lzmainfo_w32res.rc
@@ -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 "lzmainfo"
+#define MY_SUFFIX ".exe"
+#define MY_DESC "lzmainfo shows information about .lzma files"
+#include "common_w32res.rc"