Fixed cyginstall.sh script
This commit is contained in:
parent
65be57d212
commit
c5070aaf52
|
@ -5,7 +5,8 @@ fsdir=../..
|
||||||
set -x
|
set -x
|
||||||
cp Debug/mod/*.dll $fsdir/Debug/mod/
|
cp Debug/mod/*.dll $fsdir/Debug/mod/
|
||||||
cp mod_freetdm/Debug/*.pdb $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/*.pdb $fsdir/Debug/mod/
|
||||||
#cp Debug/testsangomaboost.exe $fsdir/Debug/
|
#cp Debug/testsangomaboost.exe $fsdir/Debug/
|
||||||
echo "FRIENDLY REMINDER: RECOMPILE ftmod_wanpipe WHENEVER YOU INSTALL NEW DRIVERS"
|
echo "FRIENDLY REMINDER: RECOMPILE ftmod_wanpipe WHENEVER YOU INSTALL NEW DRIVERS"
|
||||||
|
|
Loading…
Reference in New Issue