Subversion Repositories delphiutils

Compare Revisions

No changes between revisions

Regard whitespace Rev 38 → Rev 39

/trunk/_Batch/processDir.bat
0,0 → 1,6
@echo off
 
echo === Process %~1 ===
 
call "%%~dp0%%\cleanDir.bat" "%~1"
call "%%~dp0%%\signExe.bat" "%~1\*.exe"
/trunk/_Batch/capicom.dll
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/_Batch/cleanDir.bat
0,0 → 1,7
@echo off
if exist %1\__history rd /s /q %1\__history
if exist %1\*.identcache del %1\*.identcache
if exist %1\*.dcu del %1\*.dcu
if exist %1\*.~* del %1\*.~*
if exist %1\*.local del %1\*.local
if exist %1\*.tmp del %1\*.tmp
/trunk/_Batch/signExe.bat
0,0 → 1,2
@echo off
if exist "%~f1" signtool sign -d "ViaThinkSoft OpenSource Application" -du "http://www.viathinksoft.de/" -a -t "http://time.certum.pl/" "%~f1"
/trunk/_Batch/signtool.exe
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property