forked from Mirrors/freeswitch
on 2008, modnames should be the same.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6697 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
165da7462b
commit
5a8d1f10c2
|
@ -15,7 +15,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(SolutionDir)Debug/mod/$(InputName).dll"
|
OutputFile="$(SolutionDir)Debug/mod/$(ProjectName).dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
/>
|
/>
|
||||||
</VisualStudioPropertySheet>
|
</VisualStudioPropertySheet>
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(SolutionDir)Release/mod/$(InputName).dll"
|
OutputFile="$(SolutionDir)Release/mod/$(ProjectName).dll"
|
||||||
LinkIncremental="1"
|
LinkIncremental="1"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"
|
EnableCOMDATFolding="2"
|
||||||
|
|
Loading…
Reference in New Issue