MinGW creating dll.a files ? What type of library files are those? MinGW creating dll.a files ? What type of library files are those? windows windows

MinGW creating dll.a files ? What type of library files are those?


.a files are static libraries. .dll.a files are files that just help you link against a dll (which is a dynamic library). My guess is that your dll contains everything, and the dll.a files just point to the dll.