From 0ee0ff5123bfbb7fda8db68215884a7947787fca Mon Sep 17 00:00:00 2001 From: Moises Silva Date: Mon, 30 Nov 2009 17:04:30 +0000 Subject: [PATCH] added cygwin install openzap script git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@919 a93c3328-9c30-0410-af19-c9cd2b2d52af --- libs/freetdm/cyginstall.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 libs/freetdm/cyginstall.sh diff --git a/libs/freetdm/cyginstall.sh b/libs/freetdm/cyginstall.sh new file mode 100644 index 0000000000..1bd6510488 --- /dev/null +++ b/libs/freetdm/cyginstall.sh @@ -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/ +