File indexing completed on 2024-05-19 04:32:49

0001 #!/bin/sh
0002 echo Copying files...
0003 cp -rf ../build/build/bin/kst2 ./kst/kst 
0004 cp -rf ../build/build/lib/* ./kst/lib/
0005 cd ./kst/lib
0006 echo Stripping libraries...
0007 find -L . -name "*.so*" | xargs arm-unknown-nto-qnx6.5.0-strip
0008 cd ../../
0009 echo Done. To deploy this onto your device, please read README.QNX