[PATCH] dsdmo: add a version resource

Austin English austinenglish at gmail.com
Wed Oct 14 03:39:27 CDT 2020


Signed-off-by: Austin English <austinenglish at gmail.com>
---
 dlls/dsdmo/Makefile.in |  2 ++
 dlls/dsdmo/version.rc  | 26 ++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)
 create mode 100644 dlls/dsdmo/version.rc

diff --git a/dlls/dsdmo/Makefile.in b/dlls/dsdmo/Makefile.in
index d184b025ad0..d86dbbd804a 100644
--- a/dlls/dsdmo/Makefile.in
+++ b/dlls/dsdmo/Makefile.in
@@ -8,3 +8,5 @@ C_SRCS = \
 
 IDL_SRCS = \
 	dsdmo.idl
+
+RC_SRCS = version.rc
diff --git a/dlls/dsdmo/version.rc b/dlls/dsdmo/version.rc
new file mode 100644
index 00000000000..77cc1728fbf
--- /dev/null
+++ b/dlls/dsdmo/version.rc
@@ -0,0 +1,26 @@
+/*
+ * Copyright 2020 Austin English
+ *
+ * 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 dsdmo"
+#define WINE_FILENAME_STR "dsdmo.dll"
+#define WINE_FILEVERSION 5,3,2600,5512
+#define WINE_FILEVERSION_STR "5.3.2600.5512"
+#define WINE_PRODUCTVERSION 5,3,2600,5512
+#define WINE_PRODUCTVERSION_STR "5.3.2600.5512"
+
+#include "wine/wine_common_ver.rc"
-- 
2.26.2




More information about the wine-devel mailing list