25 Jan
2007
25 Jan
'07
9:59 a.m.
Stefan Leichter <Stefan.Leichter(a)camline.com> writes:
The problem is related to the fact that i'm doing out of tree builds. Therefore i have three directories: 1. wine-git : the source tree 2. wine-build : the normal build (unix) 3. 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. -- Alexandre Julliard julliard(a)winehq.org