The Win32 Resource File Merging Utility (resmerge) combines multiple Microsoft® Win32® resource (.res) files into a single file.
Use the following command to run resmerge:
resmerge [-a] <targetfile> <resourcefile> <resourcefile> …
targetfile | The primary resource file that other resource files will be appended to. |
resourcefile | Additional resource files that are appended to the target file. |
-a | Appends the specified resource files to the first named resource file (the target file). |