summaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
authorGregg Lewis Smith <gsmith@apache.org>2013-07-20 00:50:11 +0000
committerGregg Lewis Smith <gsmith@apache.org>2013-07-20 00:50:11 +0000
commitc2e20c55967ece4e107bb7f24c66668e07d310f1 (patch)
tree26c8ad8c7a39b704df060b1b5dedd549844c1964 /Makefile.win
parent3be382412637f808363c900bf2f2f45d630ae608 (diff)
downloadhttpd-c2e20c55967ece4e107bb7f24c66668e07d310f1.tar.gz
Install proper pcre DLL filename for debug build
PR 55235 Submitted by Ben Reser <ben reser org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1505073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.win b/Makefile.win
index 1b967256fc..c1f93cf3eb 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -712,7 +712,11 @@ _copybin:
!IF EXIST("srclib\serf")
copy srclib\serf\$(LONG)\libserf.$(src_dll) "$(inst_dll)" <.y
!ENDIF
+!IF "$(SHORT)" == "D"
+ copy srclib\pcre\pcred.$(src_dll) "$(inst_dll)" <.y
+!ELSE
copy srclib\pcre\pcre.$(src_dll) "$(inst_dll)" <.y
+!ENDIF
copy modules\aaa\$(LONG)\mod_access_compat.$(src_so) "$(inst_so)" <.y
copy modules\aaa\$(LONG)\mod_allowhandlers.$(src_so) "$(inst_so)" <.y
copy modules\aaa\$(LONG)\mod_allowmethods.$(src_so) "$(inst_so)" <.y