In case it's not clear, because of the LGPL license of libsndfile and OpenAL on Windows, SFML is compiled against their shared version. So you don't have to do anything to link them dynamically, it's the default. Linking them statically would require a lot of work: compiling/finding static binaries for these libs, and recompiling SFML, possibly adjusting some compiler flags if needed.