mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9826
This commit is contained in:
parent
7f4d448522
commit
e0c44944de
|
@ -61,3 +61,8 @@ if not exist %OUTPUTDIR%\symsrv.yes (
|
||||||
echo Coping symsrv.yes to the output directory...
|
echo Coping symsrv.yes to the output directory...
|
||||||
copy "%PROJECTROOTDIR%\win_build\installerv2\redist\Windows\%PROCESSOR_ARCHITECTURE%\symsrv.yes" "%OUTPUTDIR%"
|
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.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue