Module: wine
Branch: master
Commit: 908c837b17ac1c285ef32e98f53df730c3770295
URL: https://source.winehq.org/git/wine.git/?a=commit;h=908c837b17ac1c285ef32e98…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:49 2020 -0500
dpnsvr: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
programs/dpnsvr/Makefile.in | 2 ++
programs/dpnsvr/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/programs/dpnsvr/Makefile.in b/programs/dpnsvr/Makefile.in
index 9bcf4ad2ac1..bced5ca06dd 100644
--- a/programs/dpnsvr/Makefile.in
+++ b/programs/dpnsvr/Makefile.in
@@ -4,3 +4,5 @@ EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
C_SRCS = \
main.c
+
+RC_SRCS = version.rc
diff --git a/programs/dpnsvr/version.rc b/programs/dpnsvr/version.rc
new file mode 100644
index 00000000000..c740736243f
--- /dev/null
+++ b/programs/dpnsvr/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 dpnsvr"
+#define WINE_FILENAME_STR "dpnsvr.dll"
+#define WINE_FILEVERSION 5,3,0,900
+#define WINE_FILEVERSION_STR "5.3.0.900"
+#define WINE_PRODUCTVERSION 5,3,0,900
+#define WINE_PRODUCTVERSION_STR "5.3.0.900"
+
+#include "wine/wine_common_ver.rc"
Module: wine
Branch: master
Commit: bc1d3e67b175e7c8d23d0361a8e06abd314c72bc
URL: https://source.winehq.org/git/wine.git/?a=commit;h=bc1d3e67b175e7c8d23d0361…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:48 2020 -0500
strmdll: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/strmdll/Makefile.in | 2 ++
dlls/strmdll/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dlls/strmdll/Makefile.in b/dlls/strmdll/Makefile.in
index 2eded8bf433..f710169b6ab 100644
--- a/dlls/strmdll/Makefile.in
+++ b/dlls/strmdll/Makefile.in
@@ -4,3 +4,5 @@ EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c
+
+RC_SRCS = version.rc
diff --git a/dlls/strmdll/version.rc b/dlls/strmdll/version.rc
new file mode 100644
index 00000000000..eebae122c80
--- /dev/null
+++ b/dlls/strmdll/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 strmdll"
+#define WINE_FILENAME_STR "strmdll.dll"
+#define WINE_FILEVERSION 4,1,0,3936
+#define WINE_FILEVERSION_STR "4.1.0.3936"
+#define WINE_PRODUCTVERSION 4,1,0,3936
+#define WINE_PRODUCTVERSION_STR "4.1.0.3936"
+
+#include "wine/wine_common_ver.rc"
Module: wine
Branch: master
Commit: 4afaddda71a1ae55c74884468b4d55619a3225d9
URL: https://source.winehq.org/git/wine.git/?a=commit;h=4afaddda71a1ae55c7488446…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:47 2020 -0500
qdvd: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/qdvd/Makefile.in | 2 ++
dlls/qdvd/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dlls/qdvd/Makefile.in b/dlls/qdvd/Makefile.in
index 364a81e6378..bda22a79074 100644
--- a/dlls/qdvd/Makefile.in
+++ b/dlls/qdvd/Makefile.in
@@ -10,3 +10,5 @@ C_SRCS = \
IDL_SRCS = \
qdvd_classes.idl
+
+RC_SRCS = version.rc
diff --git a/dlls/qdvd/version.rc b/dlls/qdvd/version.rc
new file mode 100644
index 00000000000..40259b7f027
--- /dev/null
+++ b/dlls/qdvd/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 qdvd"
+#define WINE_FILENAME_STR "qdvd.dll"
+#define WINE_FILEVERSION 6,5,1,904
+#define WINE_FILEVERSION_STR "6.5.1.904"
+#define WINE_PRODUCTVERSION 6,5,1,904
+#define WINE_PRODUCTVERSION_STR "6.5.1.904"
+
+#include "wine/wine_common_ver.rc"
Module: wine
Branch: master
Commit: c205840f5b6725b772f4563b559fbbfe70bf5db3
URL: https://source.winehq.org/git/wine.git/?a=commit;h=c205840f5b6725b772f4563b…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:46 2020 -0500
ksuser: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ksuser/Makefile.in | 2 ++
dlls/ksuser/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dlls/ksuser/Makefile.in b/dlls/ksuser/Makefile.in
index 6674a680f24..c5e8251fb23 100644
--- a/dlls/ksuser/Makefile.in
+++ b/dlls/ksuser/Makefile.in
@@ -4,3 +4,5 @@ EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
main.c
+
+RC_SRCS = version.rc
diff --git a/dlls/ksuser/version.rc b/dlls/ksuser/version.rc
new file mode 100644
index 00000000000..7cb006bdbfd
--- /dev/null
+++ b/dlls/ksuser/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 ksuser"
+#define WINE_FILENAME_STR "ksuser.dll"
+#define WINE_FILEVERSION 5,3,0,900
+#define WINE_FILEVERSION_STR "5.3.0.900"
+#define WINE_PRODUCTVERSION 5,3,0,900
+#define WINE_PRODUCTVERSION_STR "5.3.0.900"
+
+#include "wine/wine_common_ver.rc"
Module: wine
Branch: master
Commit: 22fbf7f3241c087ce60f4080163f84cd208769fb
URL: https://source.winehq.org/git/wine.git/?a=commit;h=22fbf7f3241c087ce60f4080…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:45 2020 -0500
ksproxy.ax: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ksproxy.ax/Makefile.in | 2 ++
dlls/ksproxy.ax/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dlls/ksproxy.ax/Makefile.in b/dlls/ksproxy.ax/Makefile.in
index db6565855d3..efc24e78cc0 100644
--- a/dlls/ksproxy.ax/Makefile.in
+++ b/dlls/ksproxy.ax/Makefile.in
@@ -1,3 +1,5 @@
MODULE = ksproxy.ax
EXTRADLLFLAGS = -mno-cygwin
+
+RC_SRCS = version.rc
diff --git a/dlls/ksproxy.ax/version.rc b/dlls/ksproxy.ax/version.rc
new file mode 100644
index 00000000000..340f8a47e77
--- /dev/null
+++ b/dlls/ksproxy.ax/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 ksproxy.ax"
+#define WINE_FILENAME_STR "ksproxy.ax"
+#define WINE_FILEVERSION 5,3,0,900
+#define WINE_FILEVERSION_STR "5.3.0.900"
+#define WINE_PRODUCTVERSION 5,3,0,900
+#define WINE_PRODUCTVERSION_STR "5.3.0.900"
+
+#include "wine/wine_common_ver.rc"
Module: wine
Branch: master
Commit: 3ff1686c442935a101aec4e34aae9ae99c58676e
URL: https://source.winehq.org/git/wine.git/?a=commit;h=3ff1686c442935a101aec4e3…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:44 2020 -0500
dx8vb: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/dx8vb/Makefile.in | 2 ++
dlls/dx8vb/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dlls/dx8vb/Makefile.in b/dlls/dx8vb/Makefile.in
index c11eb9ef428..727265c6983 100644
--- a/dlls/dx8vb/Makefile.in
+++ b/dlls/dx8vb/Makefile.in
@@ -7,3 +7,5 @@ C_SRCS = \
main.c
IDL_SRCS = dx8vb.idl
+
+RC_SRCS = version.rc
diff --git a/dlls/dx8vb/version.rc b/dlls/dx8vb/version.rc
new file mode 100644
index 00000000000..b87d8f8ad96
--- /dev/null
+++ b/dlls/dx8vb/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 dx8vb"
+#define WINE_FILENAME_STR "dx8vb.dll"
+#define WINE_FILEVERSION 5,3,1,902
+#define WINE_FILEVERSION_STR "5.3.1.902"
+#define WINE_PRODUCTVERSION 5,3,1,902
+#define WINE_PRODUCTVERSION_STR "5.3.1.902"
+
+#include "wine/wine_common_ver.rc"
Module: wine
Branch: master
Commit: dd54a699ea9b7378773549ea508f54ed9bb14f96
URL: https://source.winehq.org/git/wine.git/?a=commit;h=dd54a699ea9b7378773549ea…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:43 2020 -0500
dpwsockx: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/dpwsockx/Makefile.in | 2 ++
dlls/dpwsockx/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dlls/dpwsockx/Makefile.in b/dlls/dpwsockx/Makefile.in
index 5ed3c7e5e50..5a386a7ac88 100644
--- a/dlls/dpwsockx/Makefile.in
+++ b/dlls/dpwsockx/Makefile.in
@@ -5,3 +5,5 @@ EXTRADLLFLAGS = -mno-cygwin
C_SRCS = \
dpwsockx_main.c
+
+RC_SRCS = version.rc
diff --git a/dlls/dpwsockx/version.rc b/dlls/dpwsockx/version.rc
new file mode 100644
index 00000000000..f7db0b69433
--- /dev/null
+++ b/dlls/dpwsockx/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 dpwsockx"
+#define WINE_FILENAME_STR "dpwsockx.dll"
+#define WINE_FILEVERSION 5,3,1,904
+#define WINE_FILEVERSION_STR "5.3.1.904"
+#define WINE_PRODUCTVERSION 5,3,1,904
+#define WINE_PRODUCTVERSION_STR "5.3.1.904"
+
+#include "wine/wine_common_ver.rc"
Module: wine
Branch: master
Commit: 1940bc2ae0c98c119e818b4a3c1b966cc1486f18
URL: https://source.winehq.org/git/wine.git/?a=commit;h=1940bc2ae0c98c119e818b4a…
Author: Austin English <austinenglish(a)gmail.com>
Date: Thu Oct 29 05:00:42 2020 -0500
ddrawex: Add version resource.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/ddrawex/Makefile.in | 2 ++
dlls/ddrawex/version.rc | 26 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dlls/ddrawex/Makefile.in b/dlls/ddrawex/Makefile.in
index fc4a50bbab7..056f90a222f 100644
--- a/dlls/ddrawex/Makefile.in
+++ b/dlls/ddrawex/Makefile.in
@@ -9,3 +9,5 @@ C_SRCS = \
surface.c
IDL_SRCS = ddrawex.idl
+
+RC_SRCS = version.rc
diff --git a/dlls/ddrawex/version.rc b/dlls/ddrawex/version.rc
new file mode 100644
index 00000000000..b58c91950ff
--- /dev/null
+++ b/dlls/ddrawex/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 ddrawex"
+#define WINE_FILENAME_STR "ddrawex.dll"
+#define WINE_FILEVERSION 5,3,0,900
+#define WINE_FILEVERSION_STR "5.3.0.900"
+#define WINE_PRODUCTVERSION 5,3,0,900
+#define WINE_PRODUCTVERSION_STR "5.3.0.900"
+
+#include "wine/wine_common_ver.rc"