summaryrefslogtreecommitdiff
path: root/support/abs.dsp
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2003-03-11 00:58:59 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2003-03-11 00:58:59 +0000
commit281948b7220413e4e38a6e3bc04e236d925b24dc (patch)
treeb0523d01f70a2b981058ce8f8e1026aff5bde3b3 /support/abs.dsp
parent506a96c12337f22f84f8924a5b3a97ac9c3b1c3d (diff)
downloadhttpd-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 'support/abs.dsp')
-rw-r--r--support/abs.dsp11
1 files changed, 1 insertions, 10 deletions
diff --git a/support/abs.dsp b/support/abs.dsp
index cca9dd100a..0f40f000b2 100644
--- a/support/abs.dsp
+++ b/support/abs.dsp
@@ -50,16 +50,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib wsock32.lib ws2_32.lib ssleay32.lib libeay32.lib /nologo /subsystem:console /machine:I386 /libpath:"../srclib/openssl/out32dll"
-# ADD LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib ssleay32.lib libeay32.lib /nologo /subsystem:console /debug /debugtype:both /machine:I386 /pdbtype:sept /libpath:"../srclib/openssl/out32dll"
-# Begin Custom Build - Extracting .dbg symbols from $(InputPath)
-InputPath=.\Release\abs.so
-SOURCE="$(InputPath)"
-
-".\Release\abs.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- rebase -q -p -b 0x00400000 -x ".\Release" $(InputPath)
- echo rebased > ".\Release\abs.dbr"
-
-# End Custom Build
+# ADD LINK32 kernel32.lib advapi32.lib wsock32.lib ws2_32.lib ssleay32.lib libeay32.lib /nologo /subsystem:console /debug /machine:I386 /libpath:"../srclib/openssl/out32dll" /opt:ref
!ELSEIF "$(CFG)" == "abs - Win32 Debug"