summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/shlib/win32dll.bat
diff options
context:
space:
mode:
authorderaadt <>2014-04-13 20:07:16 +0000
committerderaadt <>2014-04-13 20:07:16 +0000
commit26aab3b51735a0262beded4949e1c17e8ab78ebf (patch)
tree70187d2ea3d84dacf313c259759e1ecb1f926c3e /src/lib/libssl/src/shlib/win32dll.bat
parentc18f52bee7265510b835ca062e5b66ac580a419f (diff)
downloadopenbsd-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.bat13
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 @@
1rem win32 dll build
2
3set OPTIONS1=-DDES_ASM -DBN_ASM -DBF_ASM -DFLAT_INC -Iout -Itmp -DL_ENDIAN
4set OPTIONS2=/W3 /WX /Ox /Gf /nologo
5
6set OPTIONS=%OPTIONS1% %OPTIONS2%
7
8cl /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
10cl /Fessleay32.dll /GD /MD /LD -DWIN32 %OPTIONS% ms\ssleay32.def ssl\ssl.c libeay32.lib
11
12cl /Fessleay.exe /MD -DWIN32 %OPTIONS% apps\eay.c ssleay32.lib libeay32.lib user32.lib ws2_32.lib
13