hikyuu2/set_env.bat
2018-04-16 03:46:43 +08:00

10 lines
320 B
Batchfile
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@REM 此处需要修改为实际boost所在路径
@set BOOST_ROOT=d:\src\boost
@set BOOST_LIB=%BOOST_ROOT%\stage\lib
@set PATH=%PATH%;%BOOST_ROOT%
@set HIKYUU=%cd%
@REM 如果已经有其他的PYTHONPATH需要保留需要象下面这样
@REM set PYTHONPATH=%PYTHONPATH%;%HIKYUU%\tools
@set PYTHONPATH=%HIKYUU%\tools