(linenum→info "unix/slp.c:2238")

openssl/0.9.8g/shlib/win32dll.bat

    1: rem win32 dll build
    2: 
    3: set OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN
    4: set OPTIONS2=/W3 /WX /Ox /Gf /nologo
    5: 
    6: set OPTIONS=%OPTIONS1% %OPTIONS2%
    7: 
    8: cl /Felibeay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\libeay32.def crypto\crypto.c 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
    9: 
   10: cl /Fessleay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\ssleay32.def ssl\ssl.c libeay32.lib
   11: 
   12: cl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib wsock32.lib
   13: 
Syntax (Markdown)