summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-16 09:56:30 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-16 09:56:30 +0000
commit16410979c630281c82b05be334c1014ae77b284c (patch)
tree600412a1f826282b06af62f3e2e67f91ea49536f /libapr.dsp
parent8de35b928e51e5c6ee1941a3025ba8fca94d79b9 (diff)
downloadlibapr-16410979c630281c82b05be334c1014ae77b284c.tar.gz
.dbgmark was a very bad choice, because foo.dbgmark == foo.dbg in 8.3
notation. dbr simply stands for 'dbg rebased' and didn't sound like any 'database' extention I've encountered. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64356 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libapr.dsp b/libapr.dsp
index d9636e52e..56438d566 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -58,9 +58,9 @@ LINK32=link.exe
InputPath=.\Release\libapr.dll
SOURCE="$(InputPath)"
-".\Release\libapr.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+".\Release\libapr.dbr" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
rebase -q -b 0x6EEC0000 -x ".\Release" $(InputPath)
- echo rebased > ".\Release\libapr.dbgmark"
+ echo rebased > ".\Release\libapr.dbr"
# End Custom Build