diff options
| author | deraadt <> | 2014-04-13 20:07:16 +0000 |
|---|---|---|
| committer | deraadt <> | 2014-04-13 20:07:16 +0000 |
| commit | 26aab3b51735a0262beded4949e1c17e8ab78ebf (patch) | |
| tree | 70187d2ea3d84dacf313c259759e1ecb1f926c3e /src/lib/libssl/src/shlib/win32dll.bat | |
| parent | c18f52bee7265510b835ca062e5b66ac580a419f (diff) | |
| download | openbsd-26aab3b51735a0262beded4949e1c17e8ab78ebf.tar.gz openbsd-26aab3b51735a0262beded4949e1c17e8ab78ebf.tar.bz2 openbsd-26aab3b51735a0262beded4949e1c17e8ab78ebf.zip | |
We do not need historical shared library build goo for other operating
systems, most of which in any sane world will want to do something
more modern anyways.
Diffstat (limited to 'src/lib/libssl/src/shlib/win32dll.bat')
| -rw-r--r-- | src/lib/libssl/src/shlib/win32dll.bat | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/libssl/src/shlib/win32dll.bat b/src/lib/libssl/src/shlib/win32dll.bat deleted file mode 100644 index 844e3537c8..0000000000 --- a/src/lib/libssl/src/shlib/win32dll.bat +++ /dev/null | |||
| @@ -1,13 +0,0 @@ | |||
| 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 ws2_32.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 ws2_32.lib | ||
| 13 | |||
