diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-02-18 23:07:21 +0100 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-02-18 23:07:21 +0100 |
commit | e8c0a9532f045cc9c21f1f223a95da26f8dba786 (patch) | |
tree | 332e4a3a2e8bd3dead406750b18fe424fb7484f2 /modules/generators | |
parent | Update the status of mod_auth_ldap (diff) | |
download | apache2-e8c0a9532f045cc9c21f1f223a95da26f8dba786.tar.xz apache2-e8c0a9532f045cc9c21f1f223a95da26f8dba786.zip |
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
Diffstat (limited to 'modules/generators')
-rw-r--r-- | modules/generators/mod_asis.dsp | 4 | ||||
-rw-r--r-- | modules/generators/mod_autoindex.dsp | 4 | ||||
-rw-r--r-- | modules/generators/mod_cgi.dsp | 4 | ||||
-rw-r--r-- | modules/generators/mod_info.dsp | 4 | ||||
-rw-r--r-- | modules/generators/mod_status.dsp | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/modules/generators/mod_asis.dsp b/modules/generators/mod_asis.dsp index 6a9aba0f1c..087016fba7 100644 --- a/modules/generators/mod_asis.dsp +++ b/modules/generators/mod_asis.dsp @@ -58,9 +58,9 @@ LINK32=link.exe InputPath=.\Release\mod_asis.so SOURCE="$(InputPath)" -".\Release\mod_asis.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\Release\mod_asis.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) - echo rebased > ".\Release\mod_asis.dbgmark" + echo rebased > ".\Release\mod_asis.dbr" # End Custom Build diff --git a/modules/generators/mod_autoindex.dsp b/modules/generators/mod_autoindex.dsp index f2f10368ab..0099516d50 100644 --- a/modules/generators/mod_autoindex.dsp +++ b/modules/generators/mod_autoindex.dsp @@ -58,9 +58,9 @@ LINK32=link.exe InputPath=.\Release\mod_autoindex.so SOURCE="$(InputPath)" -".\Release\mod_autoindex.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\Release\mod_autoindex.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) - echo rebased > ".\Release\mod_autoindex.dbgmark" + echo rebased > ".\Release\mod_autoindex.dbr" # End Custom Build diff --git a/modules/generators/mod_cgi.dsp b/modules/generators/mod_cgi.dsp index eac55054a7..a1a4895bb2 100644 --- a/modules/generators/mod_cgi.dsp +++ b/modules/generators/mod_cgi.dsp @@ -58,9 +58,9 @@ LINK32=link.exe InputPath=.\Release\mod_cgi.so SOURCE="$(InputPath)" -".\Release\mod_cgi.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\Release\mod_cgi.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) - echo rebased > ".\Release\mod_cgi.dbgmark" + echo rebased > ".\Release\mod_cgi.dbr" # End Custom Build diff --git a/modules/generators/mod_info.dsp b/modules/generators/mod_info.dsp index b2c4db4e3e..f2db048ef3 100644 --- a/modules/generators/mod_info.dsp +++ b/modules/generators/mod_info.dsp @@ -58,9 +58,9 @@ LINK32=link.exe InputPath=.\Release\mod_info.so SOURCE="$(InputPath)" -".\Release\mod_info.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\Release\mod_info.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) - echo rebased > ".\Release\mod_info.dbgmark" + echo rebased > ".\Release\mod_info.dbr" # End Custom Build diff --git a/modules/generators/mod_status.dsp b/modules/generators/mod_status.dsp index be9a83e8bd..39bd6c0dee 100644 --- a/modules/generators/mod_status.dsp +++ b/modules/generators/mod_status.dsp @@ -58,9 +58,9 @@ LINK32=link.exe InputPath=.\Release\mod_status.so SOURCE="$(InputPath)" -".\Release\mod_status.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" +".\Release\mod_status.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" rebase -q -i "../../os/win32/BaseAddr.ref" -x ".\Release" $(InputPath) - echo rebased > ".\Release\mod_status.dbgmark" + echo rebased > ".\Release\mod_status.dbr" # End Custom Build |