Author Topic: Mods to update.bat?  (Read 3276 times)

Offline rhf

  • Multiple posting newcomer
  • *
  • Posts: 123
Mods to update.bat?
« on: May 16, 2008, 06:15:11 pm »
A minor issue:
The setup folder was moved in SVN revision 5053;  however, update.bat at the latest revision (5070) still contains the following.
      echo Copying external exception handler
      copy /y setup\exchndl.dll output > nul
      copy /y setup\exchndl.dll devel > nul
Should these go away?
Would it be possible to modify update.bat, similar to patch 2452, to eliminate unnecessary copying of unchanged files?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Mods to update.bat?
« Reply #1 on: May 17, 2008, 07:34:20 am »
Fixed now. Thanks for your feedback. :)
Be a part of the solution, not a part of the problem.