Skip to content

Releases: mhekkel/mrc

Release v1.3, adding COFF support

14 Aug 14:57
v1.3
b49e50d
Compare
Choose a tag to compare

This new release brings you COFF support. This means you can now use mrc-style resources in Windows executables as well.

Version 1.2.3 now supports all architectures

29 Oct 18:32
Compare
Choose a tag to compare

This release of mrc now supports building on all architectures. Cross compiling is still possible, but now you will have to specify the raw numbers that need to go in the ELF header. Default is to build for the current architecture/processor.

Release 1.2.2

11 Sep 13:14
Compare
Choose a tag to compare

This release comes with a couple of new classes derived from std::streambuf and std::istream. There is now also a man page and better confgure and make scripts.