Removed an unnecessary inclusion of the encoding lib for ogg/vorbis which effectively doubled the library size.

This commit is contained in:
Joshua Jones 2010-03-05 01:55:34 +00:00
parent 1e2fe1c54c
commit 2954c370a5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="OpenAL32.lib ogg_static.lib vorbis_static.lib vorbisenc_static.lib vorbisfile_static.lib"
AdditionalDependencies="OpenAL32.lib ogg_static.lib vorbis_static.lib vorbisfile_static.lib"
OutputFile="$(OutDir)\$(ProjectName)_d.dll"
LinkIncremental="2"
AdditionalLibraryDirectories=".\dependencies\Libs\windows"