diff options
author | Andy Polyakov <appro@openssl.org> | 2005-05-17 15:51:36 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2005-05-17 15:51:36 +0200 |
commit | 32b1843ec608f156e2910dd807dcf1960ff9502d (patch) | |
tree | bf303d55791ce572b1fd7b7b0d1ea06cddbe1d98 /ms | |
parent | simplify EC_KEY_dup (diff) | |
download | openssl-32b1843ec608f156e2910dd807dcf1960ff9502d.tar.xz openssl-32b1843ec608f156e2910dd807dcf1960ff9502d.zip |
Keep disclaming 16-bit support.
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/16all.bat | 15 | ||||
-rw-r--r-- | ms/README | 5 | ||||
-rwxr-xr-x | ms/speed16.bat | 38 |
3 files changed, 0 insertions, 58 deletions
diff --git a/ms/16all.bat b/ms/16all.bat deleted file mode 100755 index 62ccf78963..0000000000 --- a/ms/16all.bat +++ /dev/null @@ -1,15 +0,0 @@ -set OPTS=no_asm - -perl Configure VC-WIN16 -perl util\mkfiles.pl >MINFO -perl util\mk1mf.pl %OPTS% debug VC-WIN16 >d16.mak -perl util\mk1mf.pl %OPTS% VC-WIN16 >16.mak -perl util\mk1mf.pl %OPTS% debug dll VC-WIN16 >d16dll.mak -perl util\mk1mf.pl %OPTS% dll VC-WIN16 >16dll.mak -perl util\mkdef.pl 16 libeay > ms\libeay32.def -perl util\mkdef.pl 16 ssleay > ms\ssleay32.def - -nmake -f d16.mak -nmake -f 16.mak -nmake -f d16dll.mak -nmake -f 16dll.mak @@ -6,13 +6,8 @@ The results will be in the out directory. These makefiles and def files were generated my typing -perl util\mk1mf.pl VC-MSDOS no-sock >ms/msdos.mak -perl util\mk1mf.pl VC-W31-32 >ms/w31.mak -perl util\mk1mf.pl VC-W31-32 dll >ms/w31dll.mak perl util\mk1mf.pl VC-NT >ms/nt.mak perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak -perl util\mkdef.pl 16 crypto > ms/crypto16.def perl util\mkdef.pl 32 crypto > ms/crypto32.def -perl util\mkdef.pl 16 ssl > ms/ssl16.def perl util\mkdef.pl 32 ssl > ms/ssl32.def diff --git a/ms/speed16.bat b/ms/speed16.bat deleted file mode 100755 index 7ff08851a2..0000000000 --- a/ms/speed16.bat +++ /dev/null @@ -1,38 +0,0 @@ -set makefile=ms\dos.bat - -perl Configure b -del tmp\*.obj -nmake -f %makefile% -nmake -f %makefile% -nmake -f %makefile% -out\ssleay version -v -b -f >speed.1 -out\ssleay speed >speed.1l - -perl Configure bl-4c-2c -del tmp\rc4*.obj tmp\bn*.obj tmp\md2_dgst.obj -nmake -f %makefile% -nmake -f %makefile% -nmake -f %makefile% -out\ssleay speed rc4 rsa md2 >speed.2l - -perl Configure bl-4c-ri -del tmp\rc4*.obj -nmake -f %makefile% -nmake -f %makefile% -nmake -f %makefile% -out\ssleay speed rc4 >speed.3l - -perl Configure b2-is-ri-dp -perl util\mk1mf.pl VC-MSDOS no-asm >m2 -del tmp\i_*.obj tmp\rc4*.obj tmp\ecb_enc.obj tmp\bn*.obj -nmake -f m2 -nmake -f m2 -nmake -f m2 -out\ssleay speed rsa rc4 idea des >speed.4l - -type speed.1 >speed.log -type speed.1l >>speed.log -perl util\sp-diff.pl speed.1l speed.2l >>speed.log -perl util\sp-diff.pl speed.1l speed.3l >>speed.log -perl util\sp-diff.pl speed.1l speed.4l >>speed.log - |