Andrey Gusev : d3d11: Add version.rc file.

Alexandre Julliard julliard at winehq.org
Mon Dec 2 13:37:51 CST 2013


Module: wine
Branch: master
Commit: f5be799b07fda8d79e53fd6cc981dc777c92d19e
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f5be799b07fda8d79e53fd6cc981dc777c92d19e

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sat Nov 30 01:56:03 2013 +0200

d3d11: Add version.rc file.

---

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

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"




More information about the wine-cvs mailing list