From: Hans Leidekker Subject: Re: [PATCH 1/5] makedep: Add build framework for building DLLs in test directories. Message-Id: <1511514093.15686.1.camel@codeweavers.com> Date: Fri, 24 Nov 2017 10:01:33 +0100 In-Reply-To: <1511472960-23914-1-git-send-email-z.figura12@gmail.com> References: <1511472960-23914-1-git-send-email-z.figura12@gmail.com> On Thu, 2017-11-23 at 15:35 -0600, Zebediah Figura wrote: > > From: Sebastian Lackner > > > Signed-off-by: Zebediah Figura > --- > 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.