summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 23:15:12 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-21 11:02:00 +0100
commit3e67b33346d066feb3111610e1d0d096899fd148 (patch)
tree6cf57bca84089c6e4fc892f01db0a7a05fee6d45 /ms
parent007c80eae4e1f36e28a9645c485c14ec61baed4e (diff)
Remove mk1mf documentation
Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ms')
-rw-r--r--ms/README13
1 files changed, 0 insertions, 13 deletions
diff --git a/ms/README b/ms/README
deleted file mode 100644
index 7a45db1081..0000000000
--- a/ms/README
+++ /dev/null
@@ -1,13 +0,0 @@
-Run these makefiles from the top level as in
-nmake -f ms\makefilename
-to build with visual C++ 4.[01].
-
-The results will be in the out directory.
-
-These makefiles and def files were generated my typing
-
-perl util\mk1mf.pl VC-NT >ms/nt.mak
-perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak
-
-perl util\mkdef.pl 32 crypto > ms/crypto32.def
-perl util\mkdef.pl 32 ssl > ms/ssl32.def