aboutsummaryrefslogtreecommitdiffstats
path: root/util/do_ms.sh
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 21:31:44 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-21 11:00:21 +0100
commit753585b94897f5628cf9c13d8a6c97861074febb (patch)
tree42a998f24defdbacb3ef32e7b83c15b42042894e /util/do_ms.sh
parent0351baae36afe1182237e0bd88ec9d13f5c97f32 (diff)
downloadopenssl-753585b94897f5628cf9c13d8a6c97861074febb.tar.gz
Remove the mk1mf VC-WIN* builds and its supporting scripts
The mk1mf build for the VC-WIN* targets is broken and the unified scheme works well enough, so we clean out the old. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'util/do_ms.sh')
-rwxr-xr-xutil/do_ms.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/util/do_ms.sh b/util/do_ms.sh
deleted file mode 100755
index e82fc11a9d..0000000000
--- a/util/do_ms.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh
-#
-# generate the Microsoft makefiles and .def files
-#
-
-PATH=util:../util:$PATH
-
-# perl util/mk1mf.pl no-sock VC-MSDOS >ms/msdos.mak
-# perl util/mk1mf.pl VC-W31-32 >ms/w31.mak
-perl util/mk1mf.pl dll VC-WIN16 >ms/w31dll.mak
-# perl util/mk1mf.pl VC-WIN32 >ms/nt.mak
-perl util/mk1mf.pl dll VC-WIN32 >ms/ntdll.mak
-perl util/mk1mf.pl Mingw32 >ms/mingw32.mak
-perl util/mk1mf.pl Mingw32-files >ms/mingw32f.mak
-
-perl util/mkdef.pl 16 libcrypto > ms/libcrypto16.def
-perl util/mkdef.pl 32 libcrypto > ms/libcrypto32.def
-perl util/mkdef.pl 16 libssl > ms/libssl16.def
-perl util/mkdef.pl 32 libssl > ms/libssl32.def