Skip to content

Commit

Permalink
upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhuangxinyu1 committed Oct 16, 2020
1 parent 64c06c1 commit 241c47f
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 2 deletions.
Binary file modified external/common/lib/libcaler.so
Binary file not shown.
Binary file modified external/common/lib/libcommontool.so
Binary file not shown.
Binary file modified external/common/lib/libcontractworker.so
Binary file not shown.
Binary file modified external/common/lib/libdatatransformer.so
Binary file not shown.
Binary file modified external/common/lib/libdater.so
Binary file not shown.
Binary file modified external/common/lib/libhistoryworker.so
Binary file not shown.
Binary file added external/common/lib/libnick.so
Binary file not shown.
Binary file modified external/common/lib/libtimecontroller.so
Binary file not shown.
Binary file modified external/common/lib/libtimer.so
Binary file not shown.
Binary file modified external/strategy/libcoinarb.so
Binary file not shown.
Binary file modified external/strategy/libdemostrat.so
Binary file not shown.
Binary file modified external/strategy/libpairtrading.so
Binary file not shown.
Binary file modified external/strategy/libsimplearb.so
Binary file not shown.
Binary file modified external/strategy/libsimplearb2.so
Binary file not shown.
Binary file added external/strategy/libsimplemaker.so
Binary file not shown.
2 changes: 1 addition & 1 deletion lib-hft
2 changes: 1 addition & 1 deletion rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def run_strategy(bld):
def run_lib_simplemaker(bld):
bld.read_shlib('nick', paths=['external/common/lib'])
bld.shlib(
target = './external/strategy/simplemaker',
target = '../external/strategy/simplemaker',
source = ['strategy/simplemaker/simplemaker.cpp'],
includes = ['external/zeromq/include'],
use = 'zmq nick pthread config++'
Expand Down

0 comments on commit 241c47f

Please sign in to comment.