I'm trying to build a DLL with MinGW and I need to augment the exports it is generating. I need to assign specific ordinal numbers to certain exported functions.
I created a .DEF file, but I can't find the option to tell MinGW linker to use it. Is it even possible?