[Freeswitch-svn] [commit] r2695 - in freeswitch/trunk: . src/mod/timers/mod_threadtimer
Freeswitch SVN
mikej at freeswitch.org
Wed Sep 13 21:38:29 EDT 2006
Author: mikej
Date: Wed Sep 13 21:38:29 2006
New Revision: 2695
Modified:
freeswitch/trunk/Freeswitch.sln
freeswitch/trunk/src/mod/timers/mod_threadtimer/mod_threadtimer.vcproj
Log:
add threaded soft timer to windows build.
Modified: freeswitch/trunk/Freeswitch.sln
==============================================================================
--- freeswitch/trunk/Freeswitch.sln (original)
+++ freeswitch/trunk/Freeswitch.sln Wed Sep 13 21:38:29 2006
@@ -565,7 +565,15 @@
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_g723_1", "src\mod\codecs\mod_g723_1\mod_g723_1.vcproj", "{FEA1EEF7-876F-48DE-88BF-C0E3E606D758}"
ProjectSection(ProjectDependencies) = postProject
+ {101130D1-3EA6-4ED2-B65D-CEB5243A20ED} = {101130D1-3EA6-4ED2-B65D-CEB5243A20ED}
+ {F6C55D93-B927-4483-BB69-15AEF3DD2DFF} = {F6C55D93-B927-4483-BB69-15AEF3DD2DFF}
+ {F057DA7F-79E5-4B00-845C-EF446EF055E3} = {F057DA7F-79E5-4B00-845C-EF446EF055E3}
{202D7A4E-760D-4D0E-AFA1-D7459CED30FF} = {202D7A4E-760D-4D0E-AFA1-D7459CED30FF}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mod_threadtimer", "src\mod\timers\mod_threadtimer\mod_threadtimer.vcproj", "{F2DCC46E-3BE4-4392-81BF-973B2E47EB64}"
+ ProjectSection(ProjectDependencies) = postProject
+ {202D7A4E-760D-4D0E-AFA1-D7459CED30FF} = {202D7A4E-760D-4D0E-AFA1-D7459CED30FF}
{F057DA7F-79E5-4B00-845C-EF446EF055E3} = {F057DA7F-79E5-4B00-845C-EF446EF055E3}
{F6C55D93-B927-4483-BB69-15AEF3DD2DFF} = {F6C55D93-B927-4483-BB69-15AEF3DD2DFF}
{101130D1-3EA6-4ED2-B65D-CEB5243A20ED} = {101130D1-3EA6-4ED2-B65D-CEB5243A20ED}
@@ -941,6 +949,10 @@
{FEA1EEF7-876F-48DE-88BF-C0E3E606D758}.Debug|Win32.Build.0 = Debug Passthrough|Win32
{FEA1EEF7-876F-48DE-88BF-C0E3E606D758}.Release|Win32.ActiveCfg = Release Passthrough|Win32
{FEA1EEF7-876F-48DE-88BF-C0E3E606D758}.Release|Win32.Build.0 = Release Passthrough|Win32
+ {F2DCC46E-3BE4-4392-81BF-973B2E47EB64}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F2DCC46E-3BE4-4392-81BF-973B2E47EB64}.Debug|Win32.Build.0 = Debug|Win32
+ {F2DCC46E-3BE4-4392-81BF-973B2E47EB64}.Release|Win32.ActiveCfg = Release|Win32
+ {F2DCC46E-3BE4-4392-81BF-973B2E47EB64}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -978,6 +990,7 @@
{FFAA4C52-3A53-4F99-90C1-D59D1F0427F3} = {9460B5F1-0A95-41C4-BEB7-9C2C96459A7C}
{0DF3ABD0-DDC0-4265-B778-07C66780979B} = {9460B5F1-0A95-41C4-BEB7-9C2C96459A7C}
{DCC13474-28DF-47CA-A8EB-72F8CE9A78C5} = {2D57D093-3F8D-4729-AD9A-68E945C200A5}
+ {F2DCC46E-3BE4-4392-81BF-973B2E47EB64} = {2D57D093-3F8D-4729-AD9A-68E945C200A5}
{07113B25-D3AF-4E04-BA77-4CD1171F022C} = {C5F182F9-754A-4EC5-B50F-76ED02BE13F4}
{A27CCA23-1541-4337-81A4-F0A6413078A0} = {C5F182F9-754A-4EC5-B50F-76ED02BE13F4}
{1A1FF289-4FD6-4285-A422-D31DD67A4723} = {CBD81696-EFB4-4D2F-8451-1B8DAA86155A}
Modified: freeswitch/trunk/src/mod/timers/mod_threadtimer/mod_threadtimer.vcproj
==============================================================================
--- freeswitch/trunk/src/mod/timers/mod_threadtimer/mod_threadtimer.vcproj (original)
+++ freeswitch/trunk/src/mod/timers/mod_threadtimer/mod_threadtimer.vcproj Wed Sep 13 21:38:29 2006
@@ -3,7 +3,7 @@
ProjectType="Visual C++"
Version="8.00"
Name="mod_threadtimer"
- ProjectGUID="{DCC13474-28DF-47CA-A8EB-72F8CE9A78C5}"
+ ProjectGUID="{F2DCC46E-3BE4-4392-81BF-973B2E47EB64}"
RootNamespace="mod_threadtimer"
Keyword="Win32Proj"
>
More information about the Freeswitch-svn
mailing list