diff options
author | tedu <> | 2014-04-15 21:34:05 +0000 |
---|---|---|
committer | tedu <> | 2014-04-15 21:34:05 +0000 |
commit | 088cc16165fc019edd9d80e66eec3df8138865a0 (patch) | |
tree | 242acf5fb17ee3f9a39063c4f620b9b948e3902e /src/lib/libcrypto/util/do_ms.sh | |
parent | 0e7a97388fbbf1011967dcd6f1451c7ca26adc84 (diff) | |
download | openbsd-088cc16165fc019edd9d80e66eec3df8138865a0.tar.gz openbsd-088cc16165fc019edd9d80e66eec3df8138865a0.tar.bz2 openbsd-088cc16165fc019edd9d80e66eec3df8138865a0.zip |
$infile="/home/eay/ssl/SSLeay/MINFO";
I wonder when these scripts were last used...
Diffstat (limited to 'src/lib/libcrypto/util/do_ms.sh')
-rw-r--r-- | src/lib/libcrypto/util/do_ms.sh | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/lib/libcrypto/util/do_ms.sh b/src/lib/libcrypto/util/do_ms.sh deleted file mode 100644 index 515b074cff..0000000000 --- a/src/lib/libcrypto/util/do_ms.sh +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | # | ||
3 | # generate the Microsoft makefiles and .def files | ||
4 | # | ||
5 | |||
6 | PATH=util:../util:$PATH | ||
7 | |||
8 | # perl util/mk1mf.pl no-sock VC-MSDOS >ms/msdos.mak | ||
9 | # perl util/mk1mf.pl VC-W31-32 >ms/w31.mak | ||
10 | perl util/mk1mf.pl dll VC-WIN16 >ms/w31dll.mak | ||
11 | # perl util/mk1mf.pl VC-WIN32 >ms/nt.mak | ||
12 | perl util/mk1mf.pl dll VC-WIN32 >ms/ntdll.mak | ||
13 | perl util/mk1mf.pl Mingw32 >ms/mingw32.mak | ||
14 | perl util/mk1mf.pl Mingw32-files >ms/mingw32f.mak | ||
15 | |||
16 | perl util/mkdef.pl 16 libeay > ms/libeay16.def | ||
17 | perl util/mkdef.pl 32 libeay > ms/libeay32.def | ||
18 | perl util/mkdef.pl 16 ssleay > ms/ssleay16.def | ||
19 | perl util/mkdef.pl 32 ssleay > ms/ssleay32.def | ||