diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-03-11 00:58:59 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-03-11 00:58:59 +0000 |
commit | 281948b7220413e4e38a6e3bc04e236d925b24dc (patch) | |
tree | b0523d01f70a2b981058ce8f8e1026aff5bde3b3 /libhttpd.dsp | |
parent | 506a96c12337f22f84f8924a5b3a97ac9c3b1c3d (diff) | |
download | httpd-281948b7220413e4e38a6e3bc04e236d925b24dc.tar.gz |
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 'libhttpd.dsp')
-rw-r--r-- | libhttpd.dsp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libhttpd.dsp b/libhttpd.dsp index 6f51759131..0b97e205f9 100644 --- a/libhttpd.dsp +++ b/libhttpd.dsp @@ -53,16 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib /nologo /subsystem:windows /dll /machine:I386 -# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib "Release\buildmark.obj" /nologo /subsystem:windows /dll /debug /debugtype:both /machine:I386 /pdbtype:sept /base:@"os\win32\BaseAddr.ref",libhttpd.dll -# Begin Custom Build - Extracting .dbg symbols from $(InputPath) -InputPath=.\Release\libhttpd.dll -SOURCE="$(InputPath)" - -".\Release\libhttpd.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - rebase -q -p -i "./os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) - echo rebased > ".\Release\libhttpd.dbr" - -# End Custom Build +# ADD LINK32 kernel32.lib user32.lib advapi32.lib ws2_32.lib mswsock.lib "Release\buildmark.obj" /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /base:@"os\win32\BaseAddr.ref",libhttpd.dll /opt:ref # Begin Special Build Tool SOURCE="$(InputPath)" PreLink_Desc=Compiling buildmark |