From: William A. Rowe Jr Date: Tue, 18 Feb 2003 22:07:21 +0000 (+0000) Subject: foo.dbgmark turned out to be the same 8.3 name as foo.dbg itself, which X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ab7429801170b37692d8e7ac9d0819eeaed014;p=thirdparty%2Fapache%2Fhttpd.git 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/modules/ssl@98712 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.dsp b/mod_ssl.dsp index 9402e1ee10b..31004807d69 100644 --- a/mod_ssl.dsp +++ b/mod_ssl.dsp @@ -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