Eric Pouech eric.pouech@wanadoo.fr writes:
this patch is broken when building from a clean tree:
- when building the tests for ntdll we need to link to kernel32 (for a
cui program) which isn't built at this time
- IMO, building the tests programs at the same time as the modules is a
bad idea. we don't impose that tests for DLL x only depends on DLL x and DLLs built (in the wine dependency order) before x.
- so, either we back up to the previous mode, or we add dependencies on
test building as well
Actually all of that should be fixed by the import libraries, I just forgot I haven't committed that stuff yet...