summaryrefslogtreecommitdiffstats
path: root/ms/do_nasm.bat
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-17 21:31:44 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-21 11:00:21 +0100
commit753585b94897f5628cf9c13d8a6c97861074febb (patch)
tree42a998f24defdbacb3ef32e7b83c15b42042894e /ms/do_nasm.bat
parent0351baae36afe1182237e0bd88ec9d13f5c97f32 (diff)
downloadopenssl-753585b94897f5628cf9c13d8a6c97861074febb.tar.gz
Remove the mk1mf VC-WIN* builds and its supporting scripts
The mk1mf build for the VC-WIN* targets is broken and the unified scheme works well enough, so we clean out the old. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ms/do_nasm.bat')
-rwxr-xr-xms/do_nasm.bat7
1 files changed, 0 insertions, 7 deletions
diff --git a/ms/do_nasm.bat b/ms/do_nasm.bat
deleted file mode 100755
index ad0cebdc27..0000000000
--- a/ms/do_nasm.bat
+++ /dev/null
@@ -1,7 +0,0 @@
-
-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\mkdef.pl 32 libcrypto > ms\libcrypto32.def
-perl util\mkdef.pl 32 libssl > ms\libssl32.def