From: Hans Leidekker Subject: Re: [PATCH 2/5] msi/tests: Add a test DLL for custom actions. Message-Id: <1511514196.15686.3.camel@codeweavers.com> Date: Fri, 24 Nov 2017 10:03:16 +0100 In-Reply-To: <1511472960-23914-2-git-send-email-z.figura12@gmail.com> References: <1511472960-23914-1-git-send-email-z.figura12@gmail.com> <1511472960-23914-2-git-send-email-z.figura12@gmail.com> On Thu, 2017-11-23 at 15:35 -0600, Zebediah Figura wrote: > > Signed-off-by: Zebediah Figura > --- >  dlls/msi/tests/Makefile.in | 3 +++ >  dlls/msi/tests/custom.dll/Makefile.in | 4 ++++ >  dlls/msi/tests/custom.dll/custom.spec | 0 >  dlls/msi/tests/custom.dll/main.c | 26 ++++++++++++++++++++++++++ >  4 files changed, 33 insertions(+) >  create mode 100644 dlls/msi/tests/custom.dll/Makefile.in >  create mode 100644 dlls/msi/tests/custom.dll/custom.spec >  create mode 100644 dlls/msi/tests/custom.dll/main.c It doesn't build here: $ make make[1]: Entering directory '/home/hans/wine/dlls/msi/tests/custom.dll' make[1]: *** No rule to make target 'custom.dll.so'. Stop. make[1]: Leaving directory '/home/hans/wine/dlls/msi/tests/custom.dll' Makefile:606: recipe for target 'custom.dll' failed make: *** [custom.dll] Error 2