📄 win32.bat
字号:
rem win32 dll buildset OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIANset OPTIONS2=/W3 /WX /Ox /Gs0 /GF /Gy /nologoset OPTIONS=%OPTIONS1% %OPTIONS2%rem ml /coff /c crypto\bf\asm\b-win32.asmrem ml /coff /c crypto\des\asm\c-win32.asmrem ml /coff /c crypto\des\asm\d-win32.asmrem ml /coff /c crypto\bn\asm\x86nt32.asmcl /Focrypto.obj -DWIN32 %OPTIONS% -c crypto\crypto.ccl /Fossl.obj -DWIN32 %OPTIONS% -c ssl\ssl.ccl /Foeay.obj -DWIN32 %OPTIONS% -c apps\eay.ccl /Fessleay.exe %OPTIONS% eay.obj ssl.obj crypto.obj crypto\bf\asm\b-win32.obj crypto\des\asm\c-win32.obj crypto\des\asm\d-win32.obj crypto\bn\asm\x86nt32.obj user32.lib gdi32.lib wsock32.lib
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -