update cygwin install script

git-svn-id: http://svn.openzap.org/svn/openzap/branches/sangoma_boost@1032 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Moises Silva 2010-02-16 17:06:00 +00:00
parent 7f81ff8e46
commit 165bb80072
1 changed files with 2 additions and 0 deletions

View 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