]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Install proper pcre DLL filename for debug build
authorGregg Lewis Smith <gsmith@apache.org>
Sat, 20 Jul 2013 00:50:11 +0000 (00:50 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Sat, 20 Jul 2013 00:50:11 +0000 (00:50 +0000)
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

Makefile.win

index 1b967256fca5415c40031d7271dc02cd4852ee35..c1f93cf3eb9066d3008b19d22e9809faaacc8518 100644 (file)
@@ -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