Context - using mingw64/gcc/windres in a Windows 7 environment to compile and build some simple Windows utilities.
Is there any way to get windres (or some other utility?) to automatically generate a header file with all the resource IDs that I've defined in the .rc file?
E.g., I think Visual Studio would automatically generate a matching "resource.h" from your "resource.rc", so you wouldn't have to manually define all the ID numbers. Is there any way of doing that in the mingw environment?