mirror of https://github.com/BOINC/boinc.git
- CLIENT: Initial checkin for CUDART support for Win32
coprocs/CUDA/mswin/Win32/Debug/bin/ cudart.dll coprocs/CUDA/mswin/Win32/Release/bin/ cudart.dll coprocs/CUDA/mswin/Win32/ReleaseSigned/bin/ cudart.dll win_build/ boinc_post_bld_rules.cmd svn path=/trunk/boinc/; revision=15768
This commit is contained in:
parent
a2771e5d33
commit
0606aa9eaa
|
@ -6271,4 +6271,15 @@ Rom 7 Aug 2008
|
|||
boinc.sln
|
||||
boinctray.vcproj
|
||||
|
||||
|
||||
Rom 7 Aug 2008
|
||||
- CLIENT: Initial checkin for CUDART support for Win32
|
||||
|
||||
coprocs/CUDA/mswin/Win32/Debug/bin/
|
||||
cudart.dll
|
||||
coprocs/CUDA/mswin/Win32/Release/bin/
|
||||
cudart.dll
|
||||
coprocs/CUDA/mswin/Win32/ReleaseSigned/bin/
|
||||
cudart.dll
|
||||
win_build/
|
||||
boinc_post_bld_rules.cmd
|
||||
|
|
@ -84,4 +84,9 @@ if not exist %OUTPUTDIR%\zlib1.dll (
|
|||
copy "%PROJECTROOTDIR%\zlib\mswin\%PLATFORMNAME%\%CONFIGNAME%\bin\zlib1.dll" "%OUTPUTDIR%"
|
||||
)
|
||||
|
||||
if not exist %OUTPUTDIR%\cudart.dll (
|
||||
echo Copying cudart to the output directory...
|
||||
copy "%PROJECTROOTDIR%\coprocs\cuda\mswin\%PLATFORMNAME%\%CONFIGNAME%\bin\cudart.dll" "%OUTPUTDIR%"
|
||||
)
|
||||
|
||||
EXIT /B 0
|
||||
|
|
Loading…
Reference in New Issue