aboutsummaryrefslogtreecommitdiff
path: root/src/xzdec/xzdec_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/xzdec/xzdec_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/xzdec/xzdec_w32res.rc (renamed from windows/xzdec.rc)2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/xzdec.rc b/src/xzdec/xzdec_w32res.rc
index 33138b64..84f4e478 100644
--- a/windows/xzdec.rc
+++ b/src/xzdec/xzdec_w32res.rc
@@ -2,4 +2,4 @@
#define MY_NAME "xzdec"
#define MY_SUFFIX ".exe"
#define MY_DESC "xzdec uncompression tool for .xz files"
-#include "common.rc"
+#include "common_w32res.rc"