Re: [hatari-devel] "Hatari.exe" |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] "Hatari.exe"
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 6 Jan 2024 10:33:03 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1704537185; bh=jyMQUEM3YeLf7MIhqoZ/0z1cfBR1aaCZaiyaMOAcjhQ=; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=V7tJfWnMilbAQmFxPLMen2ts2TKWFj/EsWKPvwQT8EywHvG5Gdqc8MMDHFjjkpnkx x2tuLROqE/w/gYri/zGan7u3I2HFY3X7w5NHrkAMox97Lq7zEoBEs6LTDtVTjjmj8H jpiMJQ1kW2s+UvCgntBk/PgripZWjpnseHqsAhakCPd5ngD0v4mqmyoVE/SCI0MiR8 WjwFaYeixEEGDm3DlvOl9nPGLuYq28AsElH31hKMAWKtDPcL11FpeVmGn10n99pCiO BaMupmZipbac76/eHLyzD2T57TKMJcDDIhwhX6tGYoSnYLJEjxChe0/ozJgwjy6OmK d/aIOe8eyd9iQ==
Am Sat, 6 Jan 2024 11:19:05 +0100
schrieb Christian Zietz <czietz@xxxxxxx>:
> Thomas Huth schrieb:
>
> > Sorry for the trouble, it's reverted now. We now only use "Hatari" for the
> > macOS bundles, all other systems use lowercase.
>
> Thank you very much!
>
> I guess the matching "endif(ENABLE_OSX_BUNDLE OR WIN32)" needs to be
> changed, too;
Ooops, of course! Stupid me. That's really one of the few disadvantages of
CMake, that you also have to take care of the endif() line, too. ... maybe
we should switch to empty endif() statements instead...
Thomas