Re: [hatari-devel] My hatari builds for windows... |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] My hatari builds for windows...
- From: Christer Solskogen <christer.solskogen@xxxxxxxxx>
- Date: Fri, 22 Aug 2014 16:34:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=a5psGqyIUjMq+kbq/iOcsVO8szA0QE4FO++TTeDjo4I=; b=g7xNAmJDIcnVrMlEevWlC2pMFrluyWL4yQIENdk7wDNvppsDyBUnRQypNCQ5khCZnU ZENmBaTAzElpJad5YLZhDapgiOvrSk+hrAIA9PZWO53xgABRkrmYPRzNe1V6236+JEUz ELjJxXGHT1cpGgCf3qUQGvZP72/XCzPAOEh4wPO6APtR5+Sa8Yn0eSZqh24RTiQ9ygmm oliUKQcfnv4Q8lyWKVJTQF4h/m3FFBzK9WwUWDgo091Jn54cVaROWrjs0z8V6AXNixnP QJuK8gE1KQwGz34lyPbMHNBFIc8wCwMJCN5HrlzzVY3OHleNhIKA8LfHu6SVwENj6qwx wMVw==
On Fri, Aug 22, 2014 at 3:17 PM, Nicolas Pomarède
<npomarede@xxxxxxxxxxxx> wrote:
> 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)
>
>
Ah. bootstrap.sh fixed the fixed LIBRARY in the Makefile. Now I'll
figure it out.
I'd rather have a static library, but this will do. I'll add CAPS
support during this weekend.