foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which

was badness.  Twist this puppy to .dbr, the only name I could invent that
  doesn't look like any database file extension I recall.

  It stands for .dbg rebased.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2003-02-18 22:07:21 +00:00
parent 26689c26aa
commit e8c0a9532f
66 changed files with 132 additions and 132 deletions

View File

@ -58,9 +58,9 @@ LINK32=link.exe
InputPath=.\Release\mod_ssl.so
SOURCE="$(InputPath)"
".\Release\mod_ssl.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
".\Release\mod_ssl.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath)
echo rebased > ".\Release\mod_ssl.dbgmark"
echo rebased > ".\Release\mod_ssl.dbr"
# End Custom Build