wrowe       2003/02/07 12:02:02

  Modified:    .        libaprutil.dsp
  Log:
    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.
  
  Revision  Changes    Path
  1.48      +2 -1      apr-util/libaprutil.dsp
  
  Index: libaprutil.dsp
  ===================================================================
  RCS file: /home/cvs/apr-util/libaprutil.dsp,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- libaprutil.dsp    6 Feb 2003 22:57:40 -0000       1.47
  +++ libaprutil.dsp    7 Feb 2003 20:02:01 -0000       1.48
  @@ -58,8 +58,9 @@
   InputPath=.\Release\libaprutil.dll
   SOURCE="$(InputPath)"
   
  -".\Release\libaprutil.dbg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  +".\Release\libaprutil.dbgmark" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
        rebase -q -b 0x6EE60000 -x ".\Release" $(InputPath)
  +     echo rebased > ".\Release\libaprutil.dbgmark"
   
   # End Custom Build
   
  
  
  

Reply via email to