From e8c0a9532f045cc9c21f1f223a95da26f8dba786 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 18 Feb 2003 22:07:21 +0000 Subject: 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 --- support/rotatelogs.dsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support/rotatelogs.dsp') diff --git a/support/rotatelogs.dsp b/support/rotatelogs.dsp index 9bc2df2bf5..176e591532 100644 --- a/support/rotatelogs.dsp +++ b/support/rotatelogs.dsp @@ -55,9 +55,9 @@ LINK32=link.exe InputPath=.\Release\rotatelogs.so SOURCE="$(InputPath)" -".\Release\rotatelogs.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\Release\rotatelogs.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -q -b 0x00400000 -x ".\Release" $(InputPath) - echo rebased > ".\Release\rotatelogs.dbgmark" + echo rebased > ".\Release\rotatelogs.dbr" # End Custom Build -- cgit v1.2.3