Subversion Repositories delphiutils

Rev

Rev 39 | Rev 65 | Go to most recent revision | View as "text/x-msdos-batch" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. @echo off
  2.  
  3. echo === Process %~1 ===
  4.  
  5. call "%%~dp0%%\cleanDir.bat" "%~1"
  6. call "%%~dp0%%\signExe.bat" "%~1\*.exe"
  7. call "%%~dp0%%\signExe.bat" "%~1\*.dll"
  8.