aboutsummaryrefslogtreecommitdiff
path: root/src/xz/xz_w32res.rc
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/xz_w32res.rc
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 '')
-rw-r--r--src/xz/xz_w32res.rc (renamed from windows/xz.rc)2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/xz.rc b/src/xz/xz_w32res.rc
index 5ab33c84..c8fd9e60 100644
--- a/windows/xz.rc
+++ b/src/xz/xz_w32res.rc
@@ -2,4 +2,4 @@
#define MY_NAME "xz"
#define MY_SUFFIX ".exe"
#define MY_DESC "xz data compression tool for .xz and .lzma files"
-#include "common.rc"
+#include "common_w32res.rc"