1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/configure_local_paths.cmd.example

14 lines
484 B
Text
Raw Permalink Normal View History

2018-12-27 18:50:45 +03:00
@echo off
rem
rem This file contains local path settings for your own personal dev environment.
rem Rename to configure_local_paths.cmd and do not commit.
rem
set QT_PREFIX_PATH=C:\dev\_sdk\Qt5.11.2\5.11.2
set INNOSETUP_PATH=C:\Program Files (x86)\Inno Setup 5\ISCC.exe
set ETC_BINARIES_PATH=C:\dev\deploy\etc-binaries
set BUILDS_PATH=C:\dev\deploy\zano
set LOCAL_BOOST_PATH=C:\dev\_sdk\boost_1_70_0
set OPENSSL_ROOT_DIR=C:\dev\_sdk\OpenSSL-Win64
set BOOST_ROOT=%LOCAL_BOOST_PATH%