]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Feb 2003 22:07:21 +0000 (22:07 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 18 Feb 2003 22:07:21 +0000 (22:07 +0000)
  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/modules/ssl@98712 13f79535-47bb-0310-9956-ffa450edef68

mod_ssl.dsp

index 9402e1ee10bc4b7d1606c87025e37165b48fb53e..31004807d69c5aceba90825c716fa0a1f6d47830 100644 (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