⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 It provides a base of DICT web service ( similar to DICT rfc2229) and create relative applications (
💻 AM
字号:
bin_PROGRAMS = webdict2.cgi wdictcliwebdict2_cgi_SOURCES = webdict2.cpp webdict.hhwdictcli_SOURCES = wdictcli.cpp webdict.hhINCLUDES = -I$(GSOAP2_PATH)LDFLAGS = -I$(GSOAP2_PATH) soapC.cpp  ${GSOAP2_PATH}/stdsoap2.o -lnsl webdict2_cgi_LDFLAGS=soapServer.cppwdictcli_LDFLAGS=soapClient.cppwebdict2.cpp: soapH.h		soapH.h: webdict.hh	${GSOAP2_PATH}/soapcpp2 webdict.hhCXX=g++	

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -