-
Deucе authored
With gcc (ie: mingw32), static libraries need to start with lib. However, DLLs generally don't, and they can be linked without the lib prefix because they're magic anyway.
Deucе authoredWith gcc (ie: mingw32), static libraries need to start with lib. However, DLLs generally don't, and they can be linked without the lib prefix because they're magic anyway.
Loading