[Freeswitch-svn] [commit] r3080 - freeswitch/trunk/libs/win32/pthread
Freeswitch SVN
mikej at freeswitch.org
Wed Oct 18 15:22:24 EDT 2006
Author: mikej
Date: Wed Oct 18 15:22:23 2006
New Revision: 3080
Modified:
freeswitch/trunk/libs/win32/pthread/pthread.vcproj
Log:
fix target on release dll build.
Modified: freeswitch/trunk/libs/win32/pthread/pthread.vcproj
==============================================================================
--- freeswitch/trunk/libs/win32/pthread/pthread.vcproj (original)
+++ freeswitch/trunk/libs/win32/pthread/pthread.vcproj Wed Oct 18 15:22:23 2006
@@ -278,7 +278,7 @@
</Configuration>
<Configuration
Name="Release DLL|Win32"
- OutputDirectory="$(SolutionDir)Debug"
+ OutputDirectory="$(SolutionDir)Release"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
More information about the Freeswitch-svn
mailing list