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:
parent
9e392706c9
commit
58ecf3ae35
@ -129,7 +129,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\objs\release\lib\$(ProjectName).lib"
|
||||
OutputFile="..\..\objs\release\lib\$(ProjectName).lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
@ -129,7 +129,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="..\..\..\objs\release\lib\$(ProjectName).lib"
|
||||
OutputFile="..\..\objs\release\lib\$(ProjectName).lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
Loading…
Reference in New Issue
Block a user