+/*
+ * Author: Lasse Collin
+ *
+ * This file has been put into the public domain.
+ * You can do whatever you want with this file.
+ */
+
#include <winresrc.h>
#include "config.h"
#define LZMA_H_INTERNAL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
- BEGIN
+ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", MY_COMMENTS
+#
+# Author: Lasse Collin
+#
+# This file has been put into the public domain.
+# You can do whatever you want with this file.
+#
+
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
+/*
+ * 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_DLL
#define MY_NAME "liblzma"
#define MY_SUFFIX ".dll"
+/*
+ * 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 "xz"
#define MY_SUFFIX ".exe"
+/*
+ * 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"