10 Aug
2016
10 Aug
'16
8:39 a.m.
Ruslan Kabatsayev <b7.10110111(a)gmail.com> writes:
Hello all.
Is there any supported way to build programs supplied with Wine, e.g. `dxdiag` or `regedit`, for native Windows? There seems to be a `crosstest` target, but it appears to only build tests, not all the programs and libraries.
You can do a full cross-compilation build. Something like: configure --host=i686-w64-mingw32 --with-wine-tools=<native-build-dir> -- Alexandre Julliard julliard(a)winehq.org