Subversion Repositories delphiutils

Rev

Rev 39 | Rev 65 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 39 Rev 64
Line 2... Line 2...
2
 
2
 
3
echo === Process %~1 ===
3
echo === Process %~1 ===
4
 
4
 
5
call "%%~dp0%%\cleanDir.bat" "%~1"
5
call "%%~dp0%%\cleanDir.bat" "%~1"
6
call "%%~dp0%%\signExe.bat" "%~1\*.exe"
6
call "%%~dp0%%\signExe.bat" "%~1\*.exe"
-
 
7
call "%%~dp0%%\signExe.bat" "%~1\*.dll"