Browse Source

needs less stuff to dl for building on win64

cl-refactor
Genoil 9 years ago
parent
commit
3f72447987
  1. 1
      ethminer/CMakeLists.txt
  2. 4
      extdep/getstuff.bat

1
ethminer/CMakeLists.txt

@ -46,6 +46,7 @@ if (DEFINED WIN32 AND NOT DEFINED CMAKE_COMPILER_IS_MINGW)
eth_copy_dlls("${EXECUTABLE}" OpenCL_DLLS)
endif()
if (APPLE)
install(TARGETS ${EXECUTABLE} DESTINATION bin)
else()

4
extdep/getstuff.bat

@ -11,12 +11,8 @@ call :download curl 7.4.2
call :download jsoncpp 1.6.2
call :download json-rpc-cpp 0.5.0
call :download leveldb 1.2
call :download llvm 3.7svn
call :download microhttpd 0.9.2
call :download OpenCL_ICD 1
call :download qt 5.4.1
call :download miniupnpc 1.9
call :download v8 3.15.9
goto :EOF

Loading…
Cancel
Save