forked from lthn/blockchain
build: configuration script for win64 msvc testnet
This commit is contained in:
parent
5e117a2ed5
commit
8cd7b03ff5
1 changed files with 7 additions and 0 deletions
7
utils/configure_win64_msvs2017_gui_testnet.cmd
Normal file
7
utils/configure_win64_msvs2017_gui_testnet.cmd
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
call configure_local_paths.cmd
|
||||
|
||||
cd ..
|
||||
@mkdir build_msvc2017_64_tn
|
||||
cd build_msvc2017_64_tn
|
||||
|
||||
cmake -D TESTNET=TRUE -D USE_PCH=TRUE -D BUILD_TESTS=TRUE -D CMAKE_PREFIX_PATH="%QT_PREFIX_PATH%"\msvc2017_64 -D BUILD_GUI=TRUE -D STATIC=FALSE -DBOOST_ROOT="%BOOST_ROOT%" -DBOOST_LIBRARYDIR="%BOOST_ROOT%\lib64-msvc-14.1" -G "Visual Studio 15 2017 Win64" -T host=x64 ".."
|
||||
Loading…
Add table
Reference in a new issue