summaryrefslogtreecommitdiffstats
path: root/ms/do_ms.bat
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 /ms/do_ms.bat
parent0351baae36afe1182237e0bd88ec9d13f5c97f32 (diff)
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 'ms/do_ms.bat')
-rwxr-xr-xms/do_ms.bat11
1 files changed, 0 insertions, 11 deletions
diff --git a/ms/do_ms.bat b/ms/do_ms.bat
deleted file mode 100755
index 396395f3b3..0000000000
--- a/ms/do_ms.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-
-perl util\mkfiles.pl >MINFO
-perl util\mk1mf.pl no-asm VC-WIN32 >ms\nt.mak
-perl util\mk1mf.pl dll no-asm VC-WIN32 >ms\ntdll.mak
-if x%OSVERSION% == x goto skipce
-perl util\mk1mf.pl no-asm VC-CE >ms\ce.mak
-perl util\mk1mf.pl dll no-asm VC-CE >ms\cedll.mak
-:skipce
-
-perl util\mkdef.pl 32 libcrypto > ms\libcrypto32.def
-perl util\mkdef.pl 32 libssl > ms\libssl32.def