summaryrefslogtreecommitdiffstats
path: root/ms/16all.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ms/16all.bat')
-rwxr-xr-xms/16all.bat15
1 files changed, 0 insertions, 15 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