forked from Mirrors/freeswitch
added cygwin install openzap script
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@919 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
parent
98954639f0
commit
0ee0ff5123
8
libs/freetdm/cyginstall.sh
Normal file
8
libs/freetdm/cyginstall.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# this script must be run from openzap root dir and it is assuming
|
||||
# FreeSWITCH is trunk is located at ../../
|
||||
fsdir=../..
|
||||
|
||||
cp Debug/*.dll $fsdir/Debug/
|
||||
cp Debug/mod/*.dll $fsdir/Debug/mod/
|
||||
|
Loading…
Reference in New Issue
Block a user