mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
MSVS : Fix library output directory.
Fix the output directory for plugin_common_static.vcproj and test_libs_common_static.vcproj. Patch-from: lvqcl <lvqcl.mail@gmail.com>
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\objs\release\lib\$(ProjectName).lib"
|
||||
OutputFile="..\..\objs\release\lib\$(ProjectName).lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
||||
Reference in New Issue
Block a user