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:
Michael Jerris 2007-12-12 04:12:02 +00:00
parent 165da7462b
commit 5a8d1f10c2
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(SolutionDir)Debug/mod/$(InputName).dll"
OutputFile="$(SolutionDir)Debug/mod/$(ProjectName).dll"
LinkIncremental="1"
/>
</VisualStudioPropertySheet>

View File

@ -14,7 +14,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(SolutionDir)Release/mod/$(InputName).dll"
OutputFile="$(SolutionDir)Release/mod/$(ProjectName).dll"
LinkIncremental="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"