1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-03 09:21:29 +00:00

IVR Groundwork add IVR to windows build.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@449 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2006-01-26 18:09:18 +00:00
parent 569be50b63
commit a55ed486a2

@ -221,6 +221,10 @@
RelativePath="..\..\src\switch_event.c" RelativePath="..\..\src\switch_event.c"
> >
</File> </File>
<File
RelativePath="..\..\src\switch_ivr.c"
>
</File>
<File <File
RelativePath="..\..\src\switch_loadable_module.c" RelativePath="..\..\src\switch_loadable_module.c"
> >
@ -283,6 +287,10 @@
RelativePath="..\..\src\include\switch_frame.h" RelativePath="..\..\src\include\switch_frame.h"
> >
</File> </File>
<File
RelativePath="..\..\src\include\switch_ivr.h"
>
</File>
<File <File
RelativePath="..\..\src\include\switch_loadable_module.h" RelativePath="..\..\src\include\switch_loadable_module.h"
> >