mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Fixed cyginstall.sh script
This commit is contained in:
parent
65be57d212
commit
c5070aaf52
@ -5,7 +5,8 @@ fsdir=../..
|
||||
set -x
|
||||
cp Debug/mod/*.dll $fsdir/Debug/mod/
|
||||
cp mod_freetdm/Debug/*.pdb $fsdir/Debug/mod/
|
||||
cp Debug/*.dll $fsdir/Debug/mod/
|
||||
cp Debug/freetdm.dll $fsdir/Debug/
|
||||
cp Debug/ftmod_*.dll $fsdir/Debug/mod/
|
||||
cp Debug/*.pdb $fsdir/Debug/mod/
|
||||
#cp Debug/testsangomaboost.exe $fsdir/Debug/
|
||||
echo "FRIENDLY REMINDER: RECOMPILE ftmod_wanpipe WHENEVER YOU INSTALL NEW DRIVERS"
|
||||
|
Loading…
x
Reference in New Issue
Block a user