Can dmd compile a favicon.ico to exe file ?
Richard (Rikki) Andrew Cattermole
richard at cattermole.co.nz
Thu May 18 15:39:05 UTC 2023
On 19/05/2023 2:19 AM, John Xu wrote:
> On Monday, 15 May 2023 at 03:54:03 UTC, Richard (Rikki) Andrew
> Cattermole wrote:
>> That is only for OMF target.
>>
>> You need rc that comes with Visual Studio C++ build tools.
>>
>> Alternatively windres from mingw may work (I haven't tested).
>
> How can I add this step to dub.sdl ?
You would use one of the build commands and then put the result file
name into source files.
However you may not want to require it in normal builds (since the file
it outputs won't change you can just commit that) just to ensure your
build is reproducible.
More information about the Digitalmars-d-learn
mailing list