diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-03-11 01:58:59 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-03-11 01:58:59 +0100 |
commit | 281948b7220413e4e38a6e3bc04e236d925b24dc (patch) | |
tree | b0523d01f70a2b981058ce8f8e1026aff5bde3b3 /support/rotatelogs.dsp | |
parent | After much discussion on dev@apr - it turns out that .dbg files served (diff) | |
download | apache2-281948b7220413e4e38a6e3bc04e236d925b24dc.tar.xz apache2-281948b7220413e4e38a6e3bc04e236d925b24dc.zip |
After discussions at length on dev@apr/httpd, it is determined that
the older .dbg format symbols are not worth the interference with
generating complete .pdb symbolic debugging databases.
This patch further eliminates pdbtype:sept flags that interfere with
deciphering local symbols and type information.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98970 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/rotatelogs.dsp')
-rw-r--r-- | support/rotatelogs.dsp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/support/rotatelogs.dsp b/support/rotatelogs.dsp index 028d2d823c..544cf502ad 100644 --- a/support/rotatelogs.dsp +++ b/support/rotatelogs.dsp @@ -50,16 +50,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /debug /debugtype:both /machine:I386 /pdbtype:sept -# Begin Custom Build - Extracting .dbg symbols from $(InputPath) -InputPath=.\Release\rotatelogs.so -SOURCE="$(InputPath)" - -".\Release\rotatelogs.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - rebase -q -p -b 0x00400000 -x ".\Release" $(InputPath) - echo rebased > ".\Release\rotatelogs.dbr" - -# End Custom Build +# ADD LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib /nologo /subsystem:console /debug /machine:I386 /opt:ref !ELSEIF "$(CFG)" == "rotatelogs - Win32 Debug" |