*** empty log message ***

svn path=/trunk/boinc/; revision=9826
This commit is contained in:
Rom Walton 2006-04-09 22:43:40 +00:00
parent 7f4d448522
commit e0c44944de
4 changed files with 5 additions and 0 deletions

View File

@ -61,3 +61,8 @@ if not exist %OUTPUTDIR%\symsrv.yes (
echo Coping symsrv.yes to the output directory...
copy "%PROJECTROOTDIR%\win_build\installerv2\redist\Windows\%PROCESSOR_ARCHITECTURE%\symsrv.yes" "%OUTPUTDIR%"
)
if not exist %OUTPUTDIR%\srcsrv.dll (
echo Coping srcsrv.dll to the output directory...
copy "%PROJECTROOTDIR%\win_build\installerv2\redist\Windows\%PROCESSOR_ARCHITECTURE%\srcsrv.dll" "%OUTPUTDIR%"
)

Binary file not shown.