Stefan Leichter Stefan.Leichter@camline.com writes:
The problem is related to the fact that i'm doing out of tree builds. Therefore i have three directories:
- wine-git : the source tree
- wine-build : the normal build (unix)
- wine-mingw : the cross compile build
If you are doing a cross-compile build then you don't need to use crosstest, a simple make will build the tests as PE binaries. "make crosstest" is meant for people who want to quickly build a PE test inside the normal tree, without the complexity of a separate build tree.