[Freeswitch-svn] [commit] r3304 - freeswitch/trunk/libs/libteletone
Freeswitch SVN
mikej at freeswitch.org
Fri Nov 10 11:02:31 EST 2006
Author: mikej
Date: Fri Nov 10 11:02:31 2006
New Revision: 3304
Modified:
freeswitch/trunk/libs/libteletone/libteletone.vcproj
Log:
teletone dll needs to built to the dest dir, not to the intermediate dir.
Modified: freeswitch/trunk/libs/libteletone/libteletone.vcproj
==============================================================================
--- freeswitch/trunk/libs/libteletone/libteletone.vcproj (original)
+++ freeswitch/trunk/libs/libteletone/libteletone.vcproj Fri Nov 10 11:02:31 2006
@@ -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"
More information about the Freeswitch-svn
mailing list