aboutsummaryrefslogtreecommitdiff
path: root/win32/resources/dummy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* win32: workaround for '0-bit reloc' on MSYS2Ron Yorston2021-02-211-0/+2
| | | | | | | | | | | | | There seems to be a bug in the Windows/MSYS2/mingw-w64 toolchain which results in the generated win32/resources/built-in.o lacking relocation data. Forcing an actual C program to be linked along with the resources appears to be an effective workaround. When the toolchain bug is resolved this commit can be reverted. See GitHub issue #200.
* win32: rename resource filesRon Yorston2018-07-241-0/+0
Since more than just icon resources are now provided give various files more appropriate names.