Building Wine programs for Windows

Alexandre Julliard julliard at winehq.org
Wed Aug 10 08:39:52 CDT 2016


Ruslan Kabatsayev <b7.10110111 at 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 at winehq.org



More information about the wine-devel mailing list