Subversion Repositories delphiutils

Rev

Rev 65 | 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 "%~dp0cleanDir.bat" "%~1\"
  6. call "%~dp0signExe.bat" "%~1\*.exe"
  7. call "%~dp0signExe.bat" "%~1\*.dll"
  8. call "%~dp0signExe.bat" "%~1\*.ocx"
  9. call "%~dp0signExe.bat" "%~1\*.msi"
  10. call "%~dp0signExe.bat" "%~1\*.cab"
  11. call "%~dp0signExe.bat" "%~1\*.xpi"
  12. call "%~dp0signExe.bat" "%~1\*.xap"
  13.