win32: Update VS2010 project files for ogg library name.
authorRalph Giles <giles@thaumas.net>
Wed, 8 Apr 2020 20:27:26 +0000 (13:27 -0700)
committerRalph Giles <giles@thaumas.net>
Wed, 8 Apr 2020 20:27:26 +0000 (13:27 -0700)
commitef3a5daec5020b78ecf936afa79a21e2292d73a2
tree2cfd698545c74a9a7e2680d8385893dc069a4503
parentc4fa0facd253a61e78c48dae505c60c6a6ed76d8
win32: Update VS2010 project files for ogg library name.

The ogg project changed the default target, making libogg.lib
a static library instead of libogg_static.lib. Update our
build to match.

The VS2005 and VS2008 projects are left as-is, because
I have no way to test them and they likely aren't in
active use.
win32/VS2010/libvorbis/libvorbis_dynamic.vcxproj
win32/VS2010/libvorbisfile/libvorbisfile_dynamic.vcxproj
win32/VS2010/vorbisdec/vorbisdec_dynamic.vcxproj
win32/VS2010/vorbisdec/vorbisdec_static.vcxproj
win32/VS2010/vorbisenc/vorbisenc_dynamic.vcxproj
win32/VS2010/vorbisenc/vorbisenc_static.vcxproj