]> granicus.if.org Git - apache/commit
After much discussion on dev@apr - it turns out that .dbg files served
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 11 Mar 2003 00:37:05 +0000 (00:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 11 Mar 2003 00:37:05 +0000 (00:37 +0000)
commit74e295f527c24c45443d18fc67e4cd02c2d4d924
tree35f672b8cfec79f66a3a7f5bec1b7ed655635748
parent27b517bcccab072e3c8777eda6002c2e860f73d7
  After much discussion on dev@apr - it turns out that .dbg files served
  a very limited purpose and their extraction interfered with the correct
  extraction of the (much more useful) .pdb files.  Eliminating them now.

  It also turns out that without the _src.pdb files for static libraries,
  one cannot build debuggable modules with any locals or type information.
  We need to copy those _src.pdb files into lib/ as well.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98969 13f79535-47bb-0310-9956-ffa450edef68
Makefile.win