And if so how? I have my whole application statically linked, and these would be the only two dll's I would have in my exe's folder. So, I was hoping to be able to link them statically as well, for uniformity.
In other linker options, I use the following for my other dlls:
-static-libgcc
-static-libstdc++
I have tried adding -static-openal32, but this didn't work...
Any recommendations?