Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 87172 invoked by uid 500); 23 May 2003 03:08:50 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 87161 invoked by uid 500); 23 May 2003 03:08:50 -0000 Delivered-To: apmail-apache-1.3-cvs@apache.org Date: 23 May 2003 03:08:49 -0000 Message-ID: <20030523030849.65800.qmail@icarus.apache.org> From: wrowe@apache.org To: apache-1.3-cvs@apache.org Subject: cvs commit: apache-1.3/src makefile.win X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2003/05/22 20:08:49 Modified: src makefile.win Log: Must have 2.0 on the brain - our DLLs were installed directly under the $(INSTDIR). Keep the .pdb's alongside. Revision Changes Path 1.31 +4 -4 apache-1.3/src/makefile.win Index: makefile.win =================================================================== RCS file: /home/cvs/apache-1.3/src/makefile.win,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- makefile.win 23 May 2003 03:06:06 -0000 1.30 +++ makefile.win 23 May 2003 03:08:49 -0000 1.31 @@ -184,10 +184,10 @@ copy lib\expat-lite\$(LONG)\xmlparse.exp "$(INSTDIR)\libexec" copy lib\expat-lite\$(LONG)\xmlparse.lib "$(INSTDIR)\libexec" copy $(LONG)\Apache.pdb "$(INSTDIR)" - copy $(LONG)\ApacheCore.pdb "$(INSTDIR)\bin" - copy os\win32\$(LONG)\Win9xConHook.pdb "$(INSTDIR)\bin" - copy lib\expat-lite\$(LONG)\xmltok.pdb "$(INSTDIR)\bin" - copy lib\expat-lite\$(LONG)\xmlparse.pdb "$(INSTDIR)\bin" + copy $(LONG)\ApacheCore.pdb "$(INSTDIR)" + copy os\win32\$(LONG)\Win9xConHook.pdb "$(INSTDIR)" + copy lib\expat-lite\$(LONG)\xmltok.pdb "$(INSTDIR)" + copy lib\expat-lite\$(LONG)\xmlparse.pdb "$(INSTDIR)" copy os\win32\$(LONG)\mod_status.pdb "$(INSTDIR)\modules" copy os\win32\$(LONG)\mod_info.pdb "$(INSTDIR)\modules" copy os\win32\$(LONG)\mod_auth_anon.pdb "$(INSTDIR)\modules"