From 144878a880b371e561777001907de7d4962eb495 Mon Sep 17 00:00:00 2001 From: lamter Date: Wed, 26 Apr 2017 21:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=20-=20change=20:=20=E4=BF=AE=E6=AD=A3=20build?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=EF=BC=8C=E5=B9=B6=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=E6=96=B0=E7=9A=84=E7=BC=96=E8=AF=91=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++--- vn.api/vn.ctp/build.sh | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) mode change 100644 => 100755 vn.api/vn.ctp/build.sh diff --git a/.gitignore b/.gitignore index 54c74033..9fd1b1cc 100644 --- a/.gitignore +++ b/.gitignore @@ -35,19 +35,18 @@ Release/ *.klg *.lkc -<<<<<<< HEAD # 不想同步的 *.local *.temp *.vt *.dat -======= vn.ctp/build/* vn.lts/build/* .idea ->>>>>>> 65aac25731772259bf2d4049e7adbe92750ea01d +.gitignore vn.trader/ctaAlgo/data/* vn.trader/build/* vn.trader/dist/* *.bak + diff --git a/vn.api/vn.ctp/build.sh b/vn.api/vn.ctp/build.sh old mode 100644 new mode 100755 index 83858574..5427f2f6 --- a/vn.api/vn.ctp/build.sh +++ b/vn.api/vn.ctp/build.sh @@ -12,6 +12,6 @@ cmake .. make VERBOSE=1 -j 1 ln -fs `pwd`/lib/vnctpmd.so ../vnctpmd/test/vnctpmd.so ln -fs `pwd`/lib/vnctptd.so ../vnctptd/test/vnctptd.so -cp ../vnctpmd/test/vnctpmd.* ../../vn.trader/ctpGateway/ -cp ../vnctptd/test/vnctptd.* ../../vn.trader/ctpGateway/ +cp ../vnctpmd/test/vnctpmd.* ../../vn.trader/gateway/ctpGateway/ +cp ../vnctptd/test/vnctptd.* ../../vn.trader/gateway/ctpGateway/ popd