mstorsjo / llvm-mingw

An LLVM/Clang/LLD based mingw-w64 toolchain
Other
1.75k stars 176 forks source link

Supporting passing .rc and .res files on command line #416

Open Peter0x44 opened 3 months ago

Peter0x44 commented 3 months ago

Currently, GCC has this open as a feature request: https://gcc.gnu.org/PR108866

For allowing passing .rc and .res files on the command line as any other source file would be able to.

This isn't implemented yet, but I still think it's an area to watch as a source of any other potential incompatibilities with GCC, and maybe giving some input if necessary.