21 Dec
2018
21 Dec
'18
11:51 a.m.
Mathew Hodson <mathew.hodson(a)gmail.com> writes:
On Wed, 19 Dec 2018 at 16:42, Zebediah Figura <z.figura12(a)gmail.com> wrote:
diff --git a/dlls/dinput8/Makefile.in b/dlls/dinput8/Makefile.in index 6b62969b18..0ede9f0fb1 100644 --- a/dlls/dinput8/Makefile.in +++ b/dlls/dinput8/Makefile.in @@ -20,4 +20,6 @@ C_SRCS = \
IDL_SRCS = dinput8.idl
-RC_SRCS = version.rc +RC_SRCS = \ + dinput.rc \ + version.rc
This looks like it got mangled somehow when it was committed. The dinput.rc line is gone.
https://source.winehq.org/git/wine.git/commitdiff/feb23d367f7b3d457053b8f482...
Indeed, make_makefiles doesn't handle shared resource files correctly. I'll fix it. Thanks for spotting it! -- Alexandre Julliard julliard(a)winehq.org