- change : 修正 build 文件,并忽略新的编译包

This commit is contained in:
lamter 2017-04-26 21:59:56 +08:00
parent cddf9100b4
commit 144878a880
2 changed files with 4 additions and 5 deletions

5
.gitignore vendored
View File

@ -35,19 +35,18 @@ Release/
*.klg *.klg
*.lkc *.lkc
<<<<<<< HEAD
# 不想同步的 # 不想同步的
*.local *.local
*.temp *.temp
*.vt *.vt
*.dat *.dat
=======
vn.ctp/build/* vn.ctp/build/*
vn.lts/build/* vn.lts/build/*
.idea .idea
>>>>>>> 65aac25731772259bf2d4049e7adbe92750ea01d .gitignore
vn.trader/ctaAlgo/data/* vn.trader/ctaAlgo/data/*
vn.trader/build/* vn.trader/build/*
vn.trader/dist/* vn.trader/dist/*
*.bak *.bak

4
vn.api/vn.ctp/build.sh Normal file → Executable file
View File

@ -12,6 +12,6 @@ cmake ..
make VERBOSE=1 -j 1 make VERBOSE=1 -j 1
ln -fs `pwd`/lib/vnctpmd.so ../vnctpmd/test/vnctpmd.so ln -fs `pwd`/lib/vnctpmd.so ../vnctpmd/test/vnctpmd.so
ln -fs `pwd`/lib/vnctptd.so ../vnctptd/test/vnctptd.so ln -fs `pwd`/lib/vnctptd.so ../vnctptd/test/vnctptd.so
cp ../vnctpmd/test/vnctpmd.* ../../vn.trader/ctpGateway/ cp ../vnctpmd/test/vnctpmd.* ../../vn.trader/gateway/ctpGateway/
cp ../vnctptd/test/vnctptd.* ../../vn.trader/ctpGateway/ cp ../vnctptd/test/vnctptd.* ../../vn.trader/gateway/ctpGateway/
popd popd