File: cryptdll-windows.cmd

package info (click to toggle)
libcrypto%2B%2B 8.4.0-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 23,204 kB
  • sloc: cpp: 104,596; asm: 10,488; sh: 7,343; makefile: 51
file content (18 lines) | stat: -rwxr-xr-x 728 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
REM  cryptdll-windows.cmd - written and placed in public domain by Jeffrey Walton
REM                         Copyright assigned to the Crypto++ project.
REM
REM  For details see https://cryptopp.com/wiki/MSBuild_(Command_Line)
REM

REM  Build the Win32/Debug cryptest.exe
msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptlib.vcxproj
msbuild /t:Build /p:Configuration=Debug;Platform=Win32 cryptest.vcxproj

REM  Build the Win32/Release cryptopp.dll
msbuild /t:Build /p:Configuration=Release;Platform=Win32 cryptdll.vcxproj

REM  Build the FIPS test driver
msbuild /t:Build /p:Configuration=Release;Platform=Win32 dlltest.vcxproj

REM  Run the FIPS test driver
.\Win32\DLL_Output\Release\dlltest.exe