From a46c525446b64fb43c850d8b3dfdb77bdf81c1c0 Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 16 十二月 2016 17:09:18 +0800 Subject: [PATCH] add alarm out support --- ProxyConsole/make.sh | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ProxyConsole/make.sh b/ProxyConsole/make.sh index a67064e..eea1086 100644 --- a/ProxyConsole/make.sh +++ b/ProxyConsole/make.sh @@ -2,4 +2,6 @@ #gcc -pthread -lmysqlclient proxyconsole.c -o proxyconsole -g++ proxyconsole.cpp -pthread -L./HCNetSDK/lib -lhcnetsdk -lHCCore -lhpr -o proxyconsole-hc +rm proxyconsole-hc + +g++ -g proxyconsole-hc.cpp -pthread -L./HCNetSDK/lib -lhcnetsdk -lHCCore -lhpr -o proxyconsole-hc -- Gitblit v1.8.0