Fixed comment character. Added maximum compression

pull/326/head
Jeffrey Walton 2016-10-10 06:06:02 -04:00
parent 4630a5dab6
commit e8c55465d8
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 9 additions and 10 deletions

View File

@ -1,12 +1,11 @@
# coverity-windows.txt - Scan build submission instructions for Unix and Linux. REM coverity-windows.txt - Scan build submission instructions for Windows using cryptest.nmake.
# Written and placed in public domain by Jeffrey Walton and Uri Blumenthal. REM Written and placed in public domain by Jeffrey Walton and Uri Blumenthal.
# Copyright assigned to Crypto++ project. REM Copyright assigned to Crypto++ project.
# REM
# The following are copy/paste instructions for invoking cov-build, building the library and submitting the artifacts for a scan. REM The following are copy/paste instructions for invoking cov-build, building the library and
# REM submitting the artifacts for a scan. Also see http://cryptopp.com/wiki/Coverity_Scan.
# For more information see http://cryptopp.com/wiki/Coverity_Scan.
################################################################## REM ################################################################
cls cls
@ -14,10 +13,10 @@ del /f cryptopp.zip
rmdir /q /s cov-int rmdir /q /s cov-int
nmake /f cryptest.nmake clean nmake /f cryptest.nmake clean
# Uncomment CXXFLAGS in makefile. Pay attention to X86, X64 or ARM REM Uncomment CXXFLAGS in makefile. Pay attention to X86, X64 or ARM
cov-build.exe --dir cov-int nmake /f cryptest.nmake cov-build.exe --dir cov-int nmake /f cryptest.nmake
7z.exe a -r -tzip cryptopp.zip cov-int 7z.exe a -r -tzip -mx=9 cryptopp.zip cov-int
set CRYPTOPP_COVERITY_TOKEN=XXXXXXXXXXXXXXXX set CRYPTOPP_COVERITY_TOKEN=XXXXXXXXXXXXXXXX
set COVERITY_SCAN_NAME=Rijndael-AliasedTable-SSE2-Windows-X64 set COVERITY_SCAN_NAME=Rijndael-AliasedTable-SSE2-Windows-X64