summaryrefslogtreecommitdiffstats
path: root/util/mk1mf.pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-05-06 16:54:25 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-05-06 16:54:25 +0000
commit4563c1e0436b870c028cc985ba0655cd0386ba27 (patch)
tree74ff87f892ea7f5568851abd91adbfeffd51212f /util/mk1mf.pl
parent11f35a036dd805505f2f6bb33bf8c7a3817ce453 (diff)
Add debug-VC-WIN32 target and let mk1mf.pl auto detect it, update docs.
Diffstat (limited to 'util/mk1mf.pl')
-rwxr-xr-xutil/mk1mf.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/mk1mf.pl b/util/mk1mf.pl
index 6b052fa31c..a8507b2948 100755
--- a/util/mk1mf.pl
+++ b/util/mk1mf.pl
@@ -54,6 +54,8 @@ while(<IN>) {
}
close(IN);
+$debug = 1 if $mf_platform =~ /^debug-/;
+
die "Makefile is not the toplevel Makefile!\n" if $ssl_version eq "";
$infile="MINFO";