[Bug 48391] Dune2000 failed to show anything

WineHQ Bugzilla wine-bugs at winehq.org
Fri Jan 10 17:06:10 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48391

--- Comment #7 from Alexey Kuznetsov <axet at me.com> ---
build script:

( mkdir -p wine32-tools && cd wine32-tools && CC="ccache gcc" ../configure
--verbose --disable-tests && make )
( mkdir -p wine64 && cd wine64 && CC="ccache gcc" ../configure --enable-win64
--verbose --disable-tests && make )
( mkdir -p wine32 && cd wine32 && CC="ccache gcc" ../configure --verbose
--disable-tests --with-wine64=../wine64 --with-wine-tools=../wine32-tools &&
make)

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list