]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update cygwin install script
authorMoises Silva <moy@sangoma.com>
Tue, 16 Feb 2010 17:06:00 +0000 (17:06 +0000)
committerMoises Silva <moy@sangoma.com>
Tue, 16 Feb 2010 17:06:00 +0000 (17:06 +0000)
git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@1032 a93c3328-9c30-0410-af19-c9cd2b2d52af

libs/freetdm/cyginstall.sh

index eac467d142b19825f57e40460394b5bd24979cdd..2536889a65d20edf2dc6708ca1cae1b25c7cfb83 100644 (file)
@@ -5,5 +5,7 @@ fsdir=../..
 set -x
 cp Debug/*.dll $fsdir/Debug/
 cp Debug/mod/*.dll $fsdir/Debug/mod/
+cp Debug/*.pdb $fsdir/Debug/
+echo "FRIENDLY REMINDER: RECOMPILE ftmod_wanpipe WHENEVER YOU INSTALL NEW DRIVERS"
 set +x