Add no-asm argument to Configure if needed.

This commit is contained in:
Dr. Stephen Henson 2011-07-01 14:43:34 +00:00
parent 01f06617b1
commit e780b5f1f1

View file

@ -43,7 +43,8 @@ SET ASM=nasm
:compile
perl Configure %TARGET% fipscheck
if x%ASM% == xno-asm SET EXARG=no-asm
perl Configure %TARGET% %EXARG% fipscheck
pause
echo on