[PATCH 2/5] msi/tests: Add a test DLL for custom actions.

Hans Leidekker hans at codeweavers.com
Fri Nov 24 03:03:16 CST 2017


On Thu, 2017-11-23 at 15:35 -0600, Zebediah Figura wrote:
> > Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
>  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




More information about the wine-devel mailing list