diff --git a/build.sh b/build.sh index cd89140b..67f4f7d3 100755 --- a/build.sh +++ b/build.sh @@ -70,6 +70,13 @@ rm -rf ./obj rm -f makefile rm HGImgProcTmp.cbp +cd ../HGWebService +cbp2make -targets ${system}_${arch}_Release -in HGWebService.cbp -out makefile +make -j6 +rm -rf ./bin +rm -rf ./obj +rm -f makefile + cd ../../../build-qt/HGSolution cp HGScanner.pro HGScannerTmp.pro if [ "${1}" == "hw" ]; then