diff options
author | Richard Levitte <levitte@openssl.org> | 2016-03-17 19:34:56 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-03-17 20:16:38 +0100 |
commit | 8e56a4227bcd2e3eeb1cb18f3d0d5876ed76a8ce (patch) | |
tree | d09b843d3c89329a3c46b96aa95d22e167104b71 /ms | |
parent | 4f59fd4d55f23f46f03b4ee3247ed61b2b628463 (diff) | |
download | openssl-new-8e56a4227bcd2e3eeb1cb18f3d0d5876ed76a8ce.tar.gz |
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-x | ms/bcb4.bat | 6 | ||||
-rwxr-xr-x | ms/do_nasm.bat | 1 |
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 |