X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=ms%2Fdo_fips.bat;h=73b0a3e8e47e6eb96a5757103a0958f5126aa997;hb=02dc0b82ab19c32bf072213feff746b5b35f8ef6;hp=4df263c27b8aa621a544ec45984b3a987ff6fe90;hpb=4fa3c4c3e9d417f04e2e26f41c45b8cdeab132f4;p=openssl.git diff --git a/ms/do_fips.bat b/ms/do_fips.bat index 4df263c27b..73b0a3e8e4 100644 --- a/ms/do_fips.bat +++ b/ms/do_fips.bat @@ -1,6 +1,7 @@ @echo off SET ASM=%1 +SET EXARG= if NOT X%PROCESSOR_ARCHITECTURE% == X goto defined @@ -43,7 +44,8 @@ SET ASM=nasm :compile -perl Configure %TARGET% fipscanisteronly +if x%ASM% == xno-asm SET EXARG=no-asm +perl Configure %TARGET% %EXARG% fipscheck pause echo on @@ -56,6 +58,8 @@ perl util\mk1mf.pl dll %ASM% %TARGET% >ms\ntdll.mak nmake -f ms\ntdll.mak clean nmake -f ms\ntdll.mak @if ERRORLEVEL 1 goto error +nmake -f ms\ntdll.mak install +@if ERRORLEVEL 1 goto error @echo. @echo.