From 41bc5a329c73e3b43695f73f11c47c97c44cc1b6 Mon Sep 17 00:00:00 2001 From: chenke <chenke@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 20 七月 2017 09:45:41 +0800 Subject: [PATCH] --- ProxyConsole/make.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ProxyConsole/make.sh b/ProxyConsole/make.sh index 40ae956..34b81d3 100644 --- a/ProxyConsole/make.sh +++ b/ProxyConsole/make.sh @@ -1,4 +1,7 @@ #!/bin/sh -gcc -pthread -lmysqlclient proxyconsole.c -o proxyconsole +#gcc -pthread -lmysqlclient proxyconsole.c -o proxyconsole +rm proxyconsole-hc + +g++ -g -fpermissive proxyconsole-hc.cpp -pthread -L./HCNetSDK64/lib -lhcnetsdk -lHCCore -lhpr -ljsoncpp -o proxyconsole-hc -- Gitblit v1.8.0