Make sure mkdef.pl is called with optional "fips" as well.
This commit is contained in:
parent
9fb37ebe00
commit
f718b2f489
4 changed files with 14 additions and 14 deletions
|
@ -64,7 +64,7 @@ perl util\mk1mf.pl dll %1 VC-W31-32 >ms\w31dll.mak
|
|||
perl util\mk1mf.pl %1 VC-WIN32 >ms\nt.mak
|
||||
perl util\mk1mf.pl dll %1 VC-WIN32 >ms\ntdll.mak
|
||||
|
||||
perl util\mkdef.pl 16 libeay > ms\libeay16.def
|
||||
perl util\mkdef.pl 32 libeay > ms\libeay32.def
|
||||
perl util\mkdef.pl 16 ssleay > ms\ssleay16.def
|
||||
perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
|
||||
perl util\mkdef.pl 16 libeay %1 > ms\libeay16.def
|
||||
perl util\mkdef.pl 32 libeay %1 > ms\libeay32.def
|
||||
perl util\mkdef.pl 16 ssleay %1 > ms\ssleay16.def
|
||||
perl util\mkdef.pl 32 ssleay %1 > ms\ssleay32.def
|
||||
|
|
|
@ -8,7 +8,7 @@ perl util\mk1mf.pl dll no-asm %1 VC-WIN32 >ms\ntdll.mak
|
|||
perl util\mk1mf.pl no-asm %1 VC-CE >ms\ce.mak
|
||||
perl util\mk1mf.pl dll no-asm %1 VC-CE >ms\cedll.mak
|
||||
|
||||
perl util\mkdef.pl 16 libeay > ms\libeay16.def
|
||||
perl util\mkdef.pl 32 libeay > ms\libeay32.def
|
||||
perl util\mkdef.pl 16 ssleay > ms\ssleay16.def
|
||||
perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
|
||||
perl util\mkdef.pl 16 libeay %1 > ms\libeay16.def
|
||||
perl util\mkdef.pl 32 libeay %1 > ms\libeay32.def
|
||||
perl util\mkdef.pl 16 ssleay %1 > ms\ssleay16.def
|
||||
perl util\mkdef.pl 32 ssleay %1 > ms\ssleay32.def
|
||||
|
|
|
@ -65,7 +65,7 @@ perl util\mk1mf.pl nasm %1 VC-WIN32 >ms\nt.mak
|
|||
perl util\mk1mf.pl dll nasm %1 VC-WIN32 >ms\ntdll.mak
|
||||
perl util\mk1mf.pl nasm %1 BC-NT >ms\bcb.mak
|
||||
|
||||
perl util\mkdef.pl 16 libeay > ms\libeay16.def
|
||||
perl util\mkdef.pl 32 libeay > ms\libeay32.def
|
||||
perl util\mkdef.pl 16 ssleay > ms\ssleay16.def
|
||||
perl util\mkdef.pl 32 ssleay > ms\ssleay32.def
|
||||
perl util\mkdef.pl 16 libeay %1 > ms\libeay16.def
|
||||
perl util\mkdef.pl 32 libeay %1 > ms\libeay32.def
|
||||
perl util\mkdef.pl 16 ssleay %1 > ms\ssleay16.def
|
||||
perl util\mkdef.pl 32 ssleay %1 > ms\ssleay32.def
|
||||
|
|
|
@ -3,5 +3,5 @@ perl util\mkfiles.pl >MINFO
|
|||
perl util\mk1mf.pl no-asm %1 VC-NT >ms\nt.mak
|
||||
perl util\mk1mf.pl dll no-asm %1 VC-NT >ms\ntdll.mak
|
||||
|
||||
perl util\mkdef.pl libeay NT > ms\libeay32.def
|
||||
perl util\mkdef.pl ssleay NT > ms\ssleay32.def
|
||||
perl util\mkdef.pl libeay NT %1 > ms\libeay32.def
|
||||
perl util\mkdef.pl ssleay NT %1 > ms\ssleay32.def
|
||||
|
|
Loading…
Reference in a new issue