mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-11-30 19:08:48 +08:00
调整gcc编译后对msvc造成的影响
This commit is contained in:
parent
d25c5b974b
commit
b1a5c450b5
@ -6,7 +6,8 @@ import python ;
|
||||
|
||||
project : build-dir ../../build/hikyuu_python ;
|
||||
|
||||
project : requirements <library>/boost/python//boost_python3
|
||||
project : requirements <toolset>gcc:<library>/boost/python//boost_python3
|
||||
<toolset>msvc:<library>/boost/python//boost_python
|
||||
<library>/hikyuu//hikyuu
|
||||
<library>/boost//thread
|
||||
<library>/boost//date_time
|
||||
@ -25,8 +26,13 @@ project : requirements <library>/boost/python//boost_python3
|
||||
|
||||
# Declare the three extension modules. You can specify multiple
|
||||
# source files after the colon separated by spaces.
|
||||
python-extension _hikyuu : [ glob *.cpp ]
|
||||
../../extern-libs/log4cplus/dll/log4cplus.lib
|
||||
: <toolset>msvc
|
||||
;
|
||||
python-extension _hikyuu : [ glob *.cpp ]
|
||||
/usr/local/lib/liblog4cplus.so
|
||||
: <toolset>gcc
|
||||
;
|
||||
python-extension indicator/_indicator : [ glob indicator/*.cpp ] ;
|
||||
python-extension trade_manage/_trade_manage : [ glob trade_manage/*.cpp ] ;
|
||||
|
Loading…
Reference in New Issue
Block a user