small problem with windows, hope this fixes it
[sgc.git] / production
blob4bb723c379e6417763825665c539ae204982b551
1 mkdir -p dist/lib
3 for i in `ldd $1 | awk '{ if( NF > 3) { print $3 } }'`; do
4         cp $i dist/lib/.
5 done