summaryrefslogtreecommitdiff
path: root/libapr.dsp
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-07 20:01:12 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2003-02-07 20:01:12 +0000
commitf3a987001534c0d0d774af2cc8a64721d1faeedd (patch)
tree51d953832eaedfc24e8a20b0f7b18e800ef1ae30 /libapr.dsp
parent18de676a9efcc9b0cb0da2410ad15d4e8f63a670 (diff)
downloadlibapr-f3a987001534c0d0d774af2cc8a64721d1faeedd.tar.gz
rebase touches the .dll often after it's last touched the .dbg file, so
the build continues to try and rebase even if the .dll isn't modified. Fix this by using a dbgmark file instead of the .dbg itself as the target. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64339 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'libapr.dsp')
-rw-r--r--libapr.dsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libapr.dsp b/libapr.dsp
index b8cb135e2..e2652bfac 100644
--- a/libapr.dsp
+++ b/libapr.dsp
@@ -58,8 +58,9 @@ LINK32=link.exe
InputPath=.\Release\libapr.dll
SOURCE="$(InputPath)"
-".\Release\libapr.dbg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+".\Release\libapr.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
rebase -q -b 0x6EEC0000 -x ".\Release" $(InputPath)
+ echo rebased > ".\Release\libapr.dbgmark"
# End Custom Build