You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2003/05/23 05:08:49 UTC

cvs commit: apache-1.3/src makefile.win

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"