Re: [hatari-devel] My hatari builds for windows... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
Le 22/08/2014 14:56, Christer Solskogen a écrit :
Thanks.
How did you create the .dll.a-file?
when running CAPSImg/configure, use the --host parameter.
It will depend on where your mingw is located (I know yours is less
"standard"), but in my case, I run :
../configure --host i686-w64-mingw32 for a 32 bit build, mingw in
/usr/lib/gcc/i686-w64-mingw32/
../configure --host x86_64-w64-mingw32 for a 64 bit build, mingw in
x86_64-w64-mingw32
(see configure.in)
This will create the correct makefiles (run bootstrap.sh too before)