As you may be aware Windows provides a Linux bash. Simply type bash from a cmd window.
https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/
From bash we can run the nm utility:
nm --defined-only fivehg.lib > defined.txt
nm --extern-only fivehg.lib > extern.txt
nm --defined-only fivehgc.lib > defined_c.txt
nm --extern-only fivehgc.lib > extern_c.txt
Now we are going to create 2 DBFs named files.dbf and symbols.dbf and feed them from those txt files.
I invite you to do the same with all the Harbour libs (for MinGW) and lets see if we can improve Harbour libs too
https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/
From bash we can run the nm utility:
nm --defined-only fivehg.lib > defined.txt
nm --extern-only fivehg.lib > extern.txt
nm --defined-only fivehgc.lib > defined_c.txt
nm --extern-only fivehgc.lib > extern_c.txt
Now we are going to create 2 DBFs named files.dbf and symbols.dbf and feed them from those txt files.
I invite you to do the same with all the Harbour libs (for MinGW) and lets see if we can improve Harbour libs too