1 Star 0 Fork 130

huifeng/cppweb

forked from 寻根/cppweb 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
config.lua 590 Bytes
Copy Edit Raw Blame History
寻根 authored 2020-10-16 12:41 +08:00 . 1.0.2版本:
-- compiler
------------------------------------------------------------------
CC = "g++ -std=c++11"
-- compile setting
------------------------------------------------------------------
FLAG = "-DXG_WEBX_CPPSHELL -I. -I./inc -I$SOURCE_HOME/library -I$SOURCE_HOME/library/zlib -I$PRODUCT_HOME/lib/openssl/inc -I$SOURCE_HOME/webapp/cpp/lib"
-- library link setting
------------------------------------------------------------------
LIB_LINK = "-L$PRODUCT_HOME/lib -lwebx -lhttp -lweb.dbentity -ldbx.base -lopenssl -lzlib -ljson -lstdx -lclib -L$PRODUCT_HOME/lib/openssl/lib -lssl -lcrypto"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/huifeng_github/cppweb.git
git@gitee.com:huifeng_github/cppweb.git
huifeng_github
cppweb
cppweb
master

Search