summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-07-24 21:48:04 +0000
committerAndy Polyakov <appro@openssl.org>2005-07-24 21:48:04 +0000
commitb3836ed3cbeb9a5d735597e8a79ffea5894cb470 (patch)
tree42c5dd3c0389ccd8cb1e90ebf6af476021cc3c57 /util/mk1mf.pl
parent47738cbad7fb27296dbb4f02393ba70854ce5cb7 (diff)
Unify VC-32.pl and VC-CE.pl scripts and update INSTALL.W32.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 6090a2b5a6..ca130b5d06 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -128,10 +128,6 @@ if (($platform =~ /VC-(.+)/))
$NT = 1 if $1 eq "NT";
require 'VC-32.pl';
}
-elsif ($platform eq "VC-CE")
- {
- require 'VC-CE.pl';
- }
elsif ($platform eq "Mingw32")
{
require 'Mingw32.pl';