[PATCH 1/5] makedep: Add build framework for building DLLs in test directories.

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


On Thu, 2017-11-23 at 15:35 -0600, Zebediah Figura wrote:
> > From: Sebastian Lackner <sebastian at fds-team.de>
> 
> > Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
> ---
> Changes from staging version:
> 
> * use .cross.res extension for cross-compiled resource

It wouldn't be cross-compiled in a MinGW build.

> * use replace_extension() instead of defining a new function
> * use phony targets in the tests makefile so that the custom DLL is always
>   built
> * enforce directory name the same way we do for other targets

Overall this looks like a useful thing to have in Wine. Testing custom
action dlls using static data would quickly become unmanageable, and there
are other places where we could make use of this framework.




More information about the wine-devel mailing list