Commit 87e86d2b authored by multrus's avatar multrus
Browse files

small fix

parent f9fa17f8
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -84,8 +84,10 @@ done
##########################

BASOP=0
package="Float"
if [ -d ${ROOT}/lib_basop ]; then
    BASOP=1
    package="BASOP"
#    basop_dir="$targetdir/lib_basop/*.c"
fi

@@ -362,12 +364,12 @@ find $OUTDIR -name "coan_*" -exec rm \{\} \;

if [ $PREPARE_ZIP -eq 1 ]; then

    zip -r9 IVAS_Float_C__rev${REV}_${DATE}.zip $OUTDIR 
    zip -r9 IVAS_${package}_C__rev${REV}_${DATE}.zip $OUTDIR

    echo done

    echo now build the Windows executable manually and insert it to the zip with the following commands:
    echo zip -r9 IVAS_Float_C__rev${REV}_${DATE}.zip $OUTDIR c-code/IVAS_cod.exe c-code/IVAS_dec.exe c-code/IVAS_rend.exe c-code/ISAR_post_rend.exe c-code/ambi_convert.exe
    echo zip -r9 IVAS_${package}_C__rev${REV}_${DATE}.zip $OUTDIR c-code/IVAS_cod.exe c-code/IVAS_dec.exe c-code/IVAS_rend.exe c-code/ISAR_post_rend.exe c-code/ambi_convert.exe
else
    echo done
fi