mirror of
https://github.com/apache/httpd.git
synced 2025-08-10 02:56:11 +00:00
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user