提交 2450b0e6 authored 作者: Michael Jerris's avatar Michael Jerris

teletone dll needs to built to the dest dir, not to the intermediate dir.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3304 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 18998f33
......@@ -17,7 +17,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(ConfigurationName)"
OutputDirectory="$(SolutionDir)Debug"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
......@@ -66,6 +66,7 @@
OptimizeReferences="1"
EnableCOMDATFolding="1"
OptimizeForWindows98="1"
ImportLibrary="$(IntDir)/$(TargetName).lib"
/>
<Tool
Name="VCALinkTool"
......@@ -94,7 +95,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(ConfigurationName)"
OutputDirectory="$(SolutionDir)Release"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
CharacterSet="1"
......@@ -138,6 +139,7 @@
<Tool
Name="VCLinkerTool"
ModuleDefinitionFile="$(InputDir)teletone.def"
ImportLibrary="$(IntDir)/$(TargetName).lib"
/>
<Tool
Name="VCALinkTool"
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论