d3d11: Add version.rc file

Andrey Gusev andrey.goosev at gmail.com
Fri Nov 29 18:02:25 CST 2013


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20131130/193b50fd/attachment.html>
-------------- next part --------------
From 231b588c522214c4a66414432106245de3608b2f Mon Sep 17 00:00:00 2001
Message-Id: <231b588c522214c4a66414432106245de3608b2f.1385769379.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sat, 30 Nov 2013 01:56:03 +0200
Subject: d3d11: Add version.rc file

---
 dlls/d3d11/Makefile.in |  2 ++
 dlls/d3d11/version.rc  | 26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dlls/d3d11/Makefile.in b/dlls/d3d11/Makefile.in
index da7bbe6..d8ca7fb 100644
--- a/dlls/d3d11/Makefile.in
+++ b/dlls/d3d11/Makefile.in
@@ -3,4 +3,6 @@ MODULE    = d3d11.dll
 C_SRCS = \
 	d3d11_main.c
 
+RC_SRCS = version.rc
+
 @MAKE_DLL_RULES@
diff --git a/dlls/d3d11/version.rc b/dlls/d3d11/version.rc
new file mode 100644
index 0000000..4246bda
--- /dev/null
+++ b/dlls/d3d11/version.rc
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2013 Andrey Gusev
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#define WINE_FILEDESCRIPTION_STR "Wine Direct3D"
+#define WINE_FILENAME_STR "d3d11.dll"
+#define WINE_FILEVERSION 7,0,6002,18107
+#define WINE_FILEVERSION_STR "7.0.6002.18107"
+#define WINE_PRODUCTVERSION 7,0,6002,18107
+#define WINE_PRODUCTVERSION_STR "7.0.6002.18107"
+
+#include "wine/wine_common_ver.rc"
-- 
1.8.1.2


More information about the wine-patches mailing list