Thread overview
[Issue 20127] Add Support for objects with .o extension on Windows
Aug 13, 2019
Mike Parker
Dec 17, 2022
Iain Buclaw
Dec 16
Basile-z
August 13, 2019
https://issues.dlang.org/show_bug.cgi?id=20127

--- Comment #1 from Mike Parker <aldacron@gmail.com> ---
[1] https://mingw-w64.org/doku.php

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20127

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P4

--
December 16
https://issues.dlang.org/show_bug.cgi?id=20127

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com

--- Comment #2 from Basile-z <b2.temp@gmx.com> ---
There's no reason for DMD to filter "*.o" out, especially since the compiler does nothing with them but passing them to the linker, which then presumably checks the file headers in details.

lld-link also accepts "*.o" files BTW.

--