File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ ENDIF(WIN32)
6868include_directories ( ${OPENSSL_INCLUDE_DIR} )
6969include_directories ( ${Boost_INCLUDE_DIR} )
7070SET ( ALL_OPENSSL_LIBRARIES ${OPENSSL_LIBRARIES} )
71- # ${SSL_EAY_RELEASE} ${LIB_EAY_RELEASE})
7271
7372add_subdirectory (bitshares)
7473add_subdirectory (miner)
Original file line number Diff line number Diff line change 1+ call setenv.bat
2+ cd %INVICTUS_ROOT%
3+ cmake-gui -G " Visual Studio 11"
Original file line number Diff line number Diff line change 1+ @ echo off
2+ set INVICTUS_ROOT = %~dp0 ..\
3+ echo Using %INVICTUS_ROOT% as Invictus root directory
4+
5+ set QTDIR = %INVICTUS_ROOT% \QT
6+ set OPENSSL_ROOT = %INVICTUS_ROOT% \OpenSSL
7+ set OPENSSL_ROOT_DIR = %OPENSSL_ROOT%
8+ set OPENSSL_INCLUDE_DIR = %OPENSSL_ROOT% \include
9+ set ICU_ROOT = %INVICTUS_ROOT% \ICU
10+
11+ set PATH = %QTDIR% \bin;%ICU_ROOT% \bin;%INVICTUS_ROOT% \bin;%INVICTUS_ROOT% \Cmake\bin;%PATH%
12+
13+ echo Setting up VS2012 environment...
14+ call " %VS110COMNTOOLS% \..\..\VC\vcvarsall.bat"
15+
You can’t perform that action at this time.
0 commit comments