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

Zebediah Figura z.figura12 at gmail.com
Fri Nov 24 08:29:39 CST 2017


On 11/24/2017 03:03 AM, Hans Leidekker wrote:
> 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
> 

I'll try to look into this. Could you send me your custom.dll/Makefile? 
Thanks.



More information about the wine-devel mailing list