24 Nov
2017
24 Nov
'17
3:01 a.m.
On Thu, 2017-11-23 at 15:35 -0600, Zebediah Figura wrote:
From: Sebastian Lackner <sebastian(a)fds-team.de>
Signed-off-by: Zebediah Figura <z.figura12(a)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.