Hi,
I dont know much about compiler, so can you please help me and tell me some ways to get the code compiled from bug 1841.
I am interessted in the mingw-way and the wine-way of compiling it.
Thanks!
Compiling Test with mingw or winebuild
Re: Compiling Test with mingw or winebuild
Just install mingw following their install how-to. Then re-run wine/configure so it picks up mingw.André H. wrote:Hi,
I dont know much about compiler, so can you please help me and tell me some ways to get the code compiled from bug 1841.
I am interessted in the mingw-way and the wine-way of compiling it.
Thanks!
To crosscompile Wine test run:
Code: Select all
make -C dlls/gdi32/tests crosstest
Thanks for the great replys.
Got it running by myself:
type in the sourcedirectory and it will create a Makefile then type and it compiles
to run it just type
Got it running by myself:
type
Code: Select all
winemaker ./
Code: Select all
make
to run it just type
Code: Select all
showbug.exe.so