I have my libraries statically linked with my exe, but in order to make it work with the audio module I still need to include the "openal32.dll" in the same directory as my exe. But, that further stalls me in my ultimate goal of running my program with absolutely nothing but my exe.
Is there not a way to combine this "openal32.dll" with my exe either the way I did my libraries statically or is there any other way to merge them?