prepbuild_script.sh will be invoked by prepbuild at the src root directory,
this shell can be used to create the symbolic link for the lib and header file,
for example
#!/bin/sh
mkdir build_include >/dev/null 2>&1
rm -rf build_include/*
ln -s ../src/bxsa build_include/bxsa 2>/dev/null