summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 19:34:56 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-17 20:16:38 +0100
commit8e56a4227bcd2e3eeb1cb18f3d0d5876ed76a8ce (patch)
treed09b843d3c89329a3c46b96aa95d22e167104b71 /ms
parent4f59fd4d55f23f46f03b4ee3247ed61b2b628463 (diff)
Remove support for Borland C++
Borland C++ 4.5 is very old and our "support" for it is already non-existent, we might as well remove it. Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'ms')
-rwxr-xr-xms/bcb4.bat6
-rwxr-xr-xms/do_nasm.bat1
2 files changed, 0 insertions, 7 deletions
diff --git a/ms/bcb4.bat b/ms/bcb4.bat
deleted file mode 100755
index 00fb9e8459..0000000000
--- a/ms/bcb4.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-perl Configure BC-32
-perl util\mkfiles.pl > MINFO
-
-@rem create make file
-perl util\mk1mf.pl no-asm BC-NT > bcb.mak
-
diff --git a/ms/do_nasm.bat b/ms/do_nasm.bat
index b75ac14049..ad0cebdc27 100755
--- a/ms/do_nasm.bat
+++ b/ms/do_nasm.bat
@@ -2,7 +2,6 @@
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl nasm VC-WIN32 >ms\nt.mak
perl util\mk1mf.pl dll nasm VC-WIN32 >ms\ntdll.mak
-perl util\mk1mf.pl nasm BC-NT >ms\bcb.mak
perl util\mkdef.pl 32 libcrypto > ms\libcrypto32.def
perl util\mkdef.pl 32 libssl > ms\libssl32.def