From: William A. Rowe Jr Date: Mon, 18 Oct 2010 06:42:04 +0000 (+0000) Subject: Very minor change required to correctly nmake install the win32 package X-Git-Tag: 2.0.65~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f0458b2a68086ed138db195006c659ff8d5c1d1;p=thirdparty%2Fapache%2Fhttpd.git Very minor change required to correctly nmake install the win32 package from source git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1023663 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/Makefile.win b/Makefile.win index 92d40bc45cd..2942df47811 100644 --- a/Makefile.win +++ b/Makefile.win @@ -619,7 +619,7 @@ BEGIN { copy srclib\pcre\Lib$(SHORT)\pcreposix.lib "$(INSTDIR)\lib" <.y copy srclib\pcre\Lib$(SHORT)\pcreposix_src.pdb "$(INSTDIR)\lib" <.y copy srclib\apr-util\xml\expat\lib\Lib$(SHORT)\xml.lib "$(INSTDIR)\lib" <.y - copy srclib\apr-util\xml\expat\lib\Lib$(SHORT)\xml_src.pdb "$(INSTDIR)\lib" <.y + copy srclib\apr-util\xml\expat\lib\Lib$(SHORT)\xml.pdb "$(INSTDIR)\lib" <.y copy srclib\apr\$(LONG)\libapr.lib "$(INSTDIR)\lib" <.y copy srclib\apr\$(LONG)\libapr.exp "$(INSTDIR)\lib" <.y copy srclib\apr-iconv\$(LONG)\libapriconv.lib "$(INSTDIR)\lib" <.y