Subversion Repositories delphiutils

Rev

Rev 65 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
39 daniel-mar 1
@echo off
2
 
3
echo === Process %~1 ===
4
 
66 daniel-mar 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"