win32.bat
来自「mediastreamer2是开源的网络传输媒体流的库」· Batch 代码 · 共 19 行
BAT
19 行
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 + =
减小字号Ctrl + -
显示快捷键?