summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2017-04-26 14:52:51 +0000
committerGregg Lewis Smith <gsmith@apache.org>2017-04-26 14:52:51 +0000
commit154008694c134f7d2ab3edb503a7c9c17d1acefd (patch)
treec6b63bf70cfa6e7e469df8f5083853c07516f930 /build
parent61dc8ab631c75e2fbe1d7a115af832abf1e6ffcb (diff)
downloadapr-154008694c134f7d2ab3edb503a7c9c17d1acefd.tar.gz
add missing option
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.6.x@1792754 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r--build/cvtdsp.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cvtdsp.pl b/build/cvtdsp.pl
index d27a8ab9e..307c4bfe7 100644
--- a/build/cvtdsp.pl
+++ b/build/cvtdsp.pl
@@ -37,6 +37,9 @@ elsif ($ARGV[0] eq '-m') {
elsif ($ARGV[0] eq '-ossl11') {
find(\&toossl1, '.');
}
+elsif ($ARGV[0] eq '-apr16') {
+ find(\&toapr16, '.');
+}
else {
print "Specify -5 or -6 for Visual Studio 5 or 6 (98) .dsp format\n";
print "Specify -w3 or -w4 for .dsp build with warning level 3 or 4 (strict)\n\n";