Subversion Repositories delphiutils

Rev

Rev 39 | Rev 65 | Go to most recent revision | 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
 
5
call "%%~dp0%%\cleanDir.bat" "%~1"
6
call "%%~dp0%%\signExe.bat" "%~1\*.exe"
64 daniel-mar 7
call "%%~dp0%%\signExe.bat" "%~1\*.dll"