*** empty log message ***

svn path=/trunk/boinc/; revision=10487
This commit is contained in:
Rom Walton 2006-06-22 23:16:55 +00:00
parent 7218906a32
commit 6ed41723f6
2 changed files with 4376 additions and 0 deletions

4371
curl/ca-bundle.crt Normal file

File diff suppressed because it is too large Load Diff

View File

@ -27,6 +27,11 @@ if not exist %OUTPUTDIR%\libcurl.dll (
copy "%PROJECTROOTDIR%\curl\mswin\%PROCESSOR_ARCHITECTURE%\bin\libcurl.dll" "%OUTPUTDIR%"
)
if not exist %OUTPUTDIR%\ca-bundle.crt (
echo Coping ca-bundle.crt to the output directory...
copy "%PROJECTROOTDIR%\curl\ca-bundle.crt" "%OUTPUTDIR%"
)
if not exist %OUTPUTDIR%\libeay32.dll (
echo Coping libeay32 to the output directory...
copy "%PROJECTROOTDIR%\openssl\mswin\%PROCESSOR_ARCHITECTURE%\bin\libeay32.dll" "%OUTPUTDIR%"