From 6439b62438cf39f3877e3ad18aea23d87e055487 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Fri, 23 May 2003 03:08:49 +0000 Subject: [PATCH] Must have 2.0 on the brain - our DLLs were installed directly under the $(INSTDIR). Keep the .pdb's alongside. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100014 13f79535-47bb-0310-9956-ffa450edef68 --- src/makefile.win | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/makefile.win b/src/makefile.win index 459d6d00ed3..09aa3b7c5bd 100644 --- a/src/makefile.win +++ b/src/makefile.win @@ -184,10 +184,10 @@ A 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" -- 2.47.2