Francois Gouget wrote:
On Sun, 5 Jan 2003, Dan Kegel wrote: [...]
To work around this, I removed ntdll from wineruntests_files (makes sense, since I'm building on windows Me, I suppose).
wineruntests does not compile. The reason is that the ntdll tests only compile with the Wine headers while many other tests only compile with the MSVC headers. (That's why a batch file is more practical for running all the tests)
So wineruntests should probably be removed.
OK, but how do you compile all the tests then? wineruntests is the only project that invokes all the test subprojects.
Once I removed ntdll, wineruntests compiled fine. Maybe you just meant "ntdll should be removed from wineruntests"? - Dan