Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 44719 invoked by uid 500); 20 Feb 2003 15:56:07 -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 44460 invoked by uid 500); 20 Feb 2003 15:56:04 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 20 Feb 2003 15:56:02 -0000 Message-ID: <20030220155602.33055.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/http mod_mime.dsp X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2003/02/20 07:56:02 Modified: modules/http mod_mime.dsp Log: After consultations on the APR list, it was decided that /map files are fairly redundant when you retain rich .pdb debugging symbol files. We have rarely used them, and generally .dbg and .pdb files prove much more useful for the cases we have. While eliminating /map files, we are also shrinking the size of the .dbg files by stripping 'private' symbol information. Really this means less rich diagnostics from Dr. Watson on NT or Win9x when they query the .dbg symbols in creating a DrWatson log file. But it's more than compensated for on newer OS'es where Dr. Watson will query the .pdb symbols, on all Win32 flavors when WinDbg is used with the .pdb symbols, and the fact that the distribution of binary symbols will use less bandwidth when less information is duplicated from the .pdb format into the .dbg files. Revision Changes Path 1.5 +5 -5 httpd-2.0/modules/http/mod_mime.dsp Index: mod_mime.dsp =================================================================== RCS file: /home/cvs/httpd-2.0/modules/http/mod_mime.dsp,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- mod_mime.dsp 18 Feb 2003 22:07:19 -0000 1.4 +++ mod_mime.dsp 20 Feb 2003 15:56:02 -0000 1.5 @@ -52,14 +52,14 @@ # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /map /machine:I386 /out:"Release/mod_mime.so" /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so -# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /map /debug /debugtype:both /machine:I386 /out:"Release/mod_mime.so" /pdbtype:sept /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so +# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_mime.so" /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so +# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /debugtype:both /machine:I386 /out:"Release/mod_mime.so" /pdbtype:sept /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so # Begin Custom Build - Extracting .dbg symbols from $(InputPath) InputPath=.\Release\mod_mime.so SOURCE="$(InputPath)" ".\Release\mod_mime.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) + rebase -q -p -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) echo rebased > ".\Release\mod_mime.dbr" # End Custom Build @@ -87,8 +87,8 @@ # ADD BASE BSC32 /nologo # ADD BSC32 /nologo LINK32=link.exe -# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /map /debug /machine:I386 /out:"Debug/mod_mime.so" /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so -# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /map /debug /machine:I386 /out:"Debug/mod_mime.so" /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so +# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_mime.so" /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so +# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Debug/mod_mime.so" /base:@..\..\os\win32\BaseAddr.ref,mod_mime.so !ENDIF