summaryrefslogtreecommitdiffstats
path: root/ms/README
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-05-17 13:51:36 +0000
committerAndy Polyakov <appro@openssl.org>2005-05-17 13:51:36 +0000
commit32b1843ec608f156e2910dd807dcf1960ff9502d (patch)
treebf303d55791ce572b1fd7b7b0d1ea06cddbe1d98 /ms/README
parent8712009778af8430150401d5bee4e94d547f1f2d (diff)
Keep disclaming 16-bit support.
Diffstat (limited to 'ms/README')
-rw-r--r--ms/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/ms/README b/ms/README
index 5804a2d84a..7a45db1081 100644
--- a/ms/README
+++ b/ms/README
@@ -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