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 /Gf /nologo 5*ebfedea0SLionel Sambuc 6*ebfedea0SLionel Sambucset OPTIONS=%OPTIONS1% %OPTIONS2% 7*ebfedea0SLionel Sambuc 8*ebfedea0SLionel Sambuccl /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 ws2_32.lib 9*ebfedea0SLionel Sambuc 10*ebfedea0SLionel Sambuccl /Fessleay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\ssleay32.def ssl\ssl.c libeay32.lib 11*ebfedea0SLionel Sambuc 12*ebfedea0SLionel Sambuccl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib ws2_32.lib 13*ebfedea0SLionel Sambuc 14