]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
added cygwin install openzap script
authorMoises Silva <moy@sangoma.com>
Mon, 30 Nov 2009 17:04:30 +0000 (17:04 +0000)
committerMoises Silva <moy@sangoma.com>
Mon, 30 Nov 2009 17:04:30 +0000 (17:04 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@919 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/cyginstall.sh [new file with mode: 0644]

diff --git a/libs/freetdm/cyginstall.sh b/libs/freetdm/cyginstall.sh
new file mode 100644 (file)
index 0000000..1bd6510
--- /dev/null
@@ -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/
+