summaryrefslogtreecommitdiffstats
path: root/modules/aaa/mod_authz_host.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-03-11 01:58:59 +0100
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-03-11 01:58:59 +0100
commit281948b7220413e4e38a6e3bc04e236d925b24dc (patch)
treeb0523d01f70a2b981058ce8f8e1026aff5bde3b3 /modules/aaa/mod_authz_host.dsp
parent After much discussion on dev@apr - it turns out that .dbg files served (diff)
downloadapache2-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 'modules/aaa/mod_authz_host.dsp')
-rw-r--r--modules/aaa/mod_authz_host.dsp11
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/aaa/mod_authz_host.dsp b/modules/aaa/mod_authz_host.dsp
index b26dc224c5..8d0ea283f6 100644
--- a/modules/aaa/mod_authz_host.dsp
+++ b/modules/aaa/mod_authz_host.dsp
@@ -53,16 +53,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"Release/mod_authz_host.so" /base:@..\..\os\win32\BaseAddr.ref,mod_authz_host.so
-# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /debugtype:both /machine:I386 /out:"Release/mod_authz_host.so" /pdbtype:sept /base:@..\..\os\win32\BaseAddr.ref,mod_authz_host.so
-# Begin Custom Build - Extracting .dbg symbols from $(InputPath)
-InputPath=.\Release\mod_authz_host.so
-SOURCE="$(InputPath)"
-
-".\Release\mod_authz_host.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- rebase -q -p -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
- echo rebased > ".\Release\mod_authz_host.dbr"
-
-# End Custom Build
+# ADD LINK32 kernel32.lib /nologo /subsystem:windows /dll /incremental:no /debug /machine:I386 /out:"Release/mod_authz_host.so" /base:@..\..\os\win32\BaseAddr.ref,mod_authz_host.so /opt:ref
!ELSEIF "$(CFG)" == "mod_authz_host - Win32 Debug"