do_win64a.bat 492 字节
Newer Older
D
Dr. Stephen Henson 已提交
1 2
perl util\mkfiles.pl >MINFO

3
cmd /c "nasm -f win64 -v" >NUL 2>&1
D
Dr. Stephen Henson 已提交
4 5 6 7 8 9 10 11 12 13 14
if %errorlevel% neq 0 goto ml64

perl ms\uplink-x86_64.pl nasm > ms\uptable.asm
nasm -f win64 -o ms\uptable.obj ms\uptable.asm
goto proceed

:ml64
perl ms\uplink-x86_64.pl masm > ms\uptable.asm
ml64 -c -Foms\uptable.obj ms\uptable.asm

:proceed
15 16
perl util\mk1mf.pl VC-WIN64A >ms\nt.mak
perl util\mk1mf.pl dll VC-WIN64A >ms\ntdll.mak
D
Dr. Stephen Henson 已提交
17 18 19

perl util\mkdef.pl 32 libeay > ms\libeay32.def
perl util\mkdef.pl 32 ssleay > ms\ssleay32.def