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/win32 | |
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/win32')
-rw-r--r-- | support/win32/ApacheMonitor.dsp | 11 | ||||
-rw-r--r-- | support/win32/wintty.dsp | 11 |
2 files changed, 2 insertions, 20 deletions
diff --git a/support/win32/ApacheMonitor.dsp b/support/win32/ApacheMonitor.dsp index cc62f0d0d4..32c8462999 100644 --- a/support/win32/ApacheMonitor.dsp +++ b/support/win32/ApacheMonitor.dsp @@ -53,16 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib /nologo /subsystem:windows /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /debugtype:both /machine:I386 /pdbtype:sept -# Begin Custom Build - Extracting .dbg symbols from $(InputPath) -InputPath=.\Release\ApacheMonitor.so -SOURCE="$(InputPath)" - -".\Release\ApacheMonitor.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - rebase -q -p -b 0x00400000 -x ".\Release" $(InputPath) - echo rebased > ".\Release\ApacheMonitor.dbr" - -# End Custom Build +# ADD LINK32 kernel32.lib user32.lib gdi32.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /opt:ref !ELSEIF "$(CFG)" == "ApacheMonitor - Win32 Debug" diff --git a/support/win32/wintty.dsp b/support/win32/wintty.dsp index 07ade0a425..f7da977528 100644 --- a/support/win32/wintty.dsp +++ b/support/win32/wintty.dsp @@ -50,16 +50,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /machine:I386 -# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /debugtype:both /machine:I386 /pdbtype:sept -# Begin Custom Build - Extracting .dbg symbols from $(InputPath) -InputPath=.\Release\wintty.so -SOURCE="$(InputPath)" - -".\Release\wintty.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - rebase -q -p -b 0x00400000 -x ".\Release" $(InputPath) - echo rebased > ".\Release\wintty.dbr" - -# End Custom Build +# ADD LINK32 kernel32.lib user32.lib advapi32.lib /nologo /subsystem:console /debug /machine:I386 /opt:ref !ELSEIF "$(CFG)" == "wintty - Win32 Debug" |