makefile.xconnect.lib
来自「ncbi源码」· LIB 代码 · 共 16 行
LIB
16 行
# $Id: Makefile.xconnect.lib,v 1000.0 2003/10/29 16:34:10 gouriano Exp $## XCONNECT -- includes:# CONNECT API (C-only, sources shared with the C Toolkit), plus# auxiliary C++ API to use CONNECT API from the C++ Toolkitinclude $(srcdir)/Makefile.connect.libinclude $(srcdir)/Makefile.xxconnect.libSRC = $(SRC_C) $(SRC_CXX)LIB = xconnectLIBS = $(NETWORK_LIBS)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?