summaryrefslogtreecommitdiffstats
path: root/ms/32all.bat
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-08 14:02:54 -0500
committerRich Salz <rsalz@openssl.org>2016-03-08 14:07:26 -0500
commit87326458aa67c7452cd55e3deab8a258170a3665 (patch)
tree9224065be810466cd9f56d239ca7f826408e3fde /ms/32all.bat
parente519ecd8d420f0ad1b0c1cbcd003437470c675be (diff)
Remove some old ms/* files
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ms/32all.bat')
-rwxr-xr-xms/32all.bat20
1 files changed, 0 insertions, 20 deletions
diff --git a/ms/32all.bat b/ms/32all.bat
deleted file mode 100755
index 309dfd9f3f..0000000000
--- a/ms/32all.bat
+++ /dev/null
@@ -1,20 +0,0 @@
-set OPTS=no-asm
-
-perl Configure VC-WIN32
-perl util\mkfiles.pl >MINFO
-perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
-perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak
-perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak
-perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak
-perl util\mkdef.pl 32 libcrypto > ms\libcrypto32.def
-perl util\mkdef.pl 32 libssl > ms\libssl32.def
-
-nmake -f d32.mak
-@if errorlevel 1 goto end
-nmake -f 32.mak
-@if errorlevel 1 goto end
-nmake -f d32dll.mak
-@if errorlevel 1 goto end
-nmake -f 32dll.mak
-
-:end