1*ebfedea0SLionel Sambucrem win32 dll build 2*ebfedea0SLionel Sambuc 3*ebfedea0SLionel Sambucset OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN 4*ebfedea0SLionel Sambucset OPTIONS2=/W3 /WX /Ox /Gs0 /GF /Gy /nologo 5*ebfedea0SLionel Sambuc 6*ebfedea0SLionel Sambucset OPTIONS=%OPTIONS1% %OPTIONS2% 7*ebfedea0SLionel Sambuc 8*ebfedea0SLionel Sambucrem ml /coff /c crypto\bf\asm\b-win32.asm 9*ebfedea0SLionel Sambucrem ml /coff /c crypto\des\asm\c-win32.asm 10*ebfedea0SLionel Sambucrem ml /coff /c crypto\des\asm\d-win32.asm 11*ebfedea0SLionel Sambucrem ml /coff /c crypto\bn\asm\x86nt32.asm 12*ebfedea0SLionel Sambuc 13*ebfedea0SLionel Sambuccl /Focrypto.obj -DWIN32 %OPTIONS% -c crypto\crypto.c 14*ebfedea0SLionel Sambuccl /Fossl.obj -DWIN32 %OPTIONS% -c ssl\ssl.c 15*ebfedea0SLionel Sambuccl /Foeay.obj -DWIN32 %OPTIONS% -c apps\eay.c 16*ebfedea0SLionel Sambuc 17*ebfedea0SLionel Sambuccl /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 ws2_32.lib 18*ebfedea0SLionel Sambuc 19