Re: [hatari-devel] big icon file for macOS ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] big icon file for macOS ?
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sun, 7 Apr 2024 08:24:01 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1712478246; bh=b6/nQ6Jpl3FeV+9c7uvI7w0U1ZE0l5ErnKTAeFiLXz8=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=kuHIV0RI/vH7um3S1OL5io2vtko/Cr83jFAEtfdWiTMR1SnZjlp9EtJrUJ+fvi1/D RcWd1MfwEVHw5FspBwKF4Hpj1Rkyia4SNnCiAJoW2QQH/1BUFUus8Qwr4qAovu8PPN Qhf5wgP26SSw++ueFaIOzR3Xw4P1AElLDxpj9tH4BzShMTXdWYDuvMD99tMHwQHKiL i223tXSAJDyMhmKm3sZlPqnKCqtFE1/4s699sH3KWdMXXA873PWnF/+QjecJyRad9A c6hia1dkJsahiWpArczjM/qlNx8ydaf7LUV8aZRh02GsGeLQSArwwBYPrn6L3QP3Yx VxokJPjCjDbdg==
Am Mon, 1 Apr 2024 16:43:40 +0200
schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
....
> Strange request:
> Would it be possible to place the generated .icns in the folder gui-osx as before? It would avoid some extra differences between Previous and Hatari.
It's a generated file, so we should not place it into the source tree
anymore. We could place it into the ${CMAKE_BINARY_DIR}/src/gui-osx folder
if that's of any help, but that would still be a different directory than
${CMAKE_SOURCE_DIR}/src/gui-osx if you're doing out-of-tree builds.
Thomas