makefile.fasthello.app
来自「ncbi源码」· APP 代码 · 共 29 行
APP
29 行
# # ===========================================================================# PRODUCTION $Log: Makefile.fasthello.app,v $# PRODUCTION Revision 1000.0 2004/06/01 18:32:03 gouriano# PRODUCTION PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.1# PRODUCTION# ===========================================================================# # $Id: Makefile.fasthello.app,v 1000.0 2004/06/01 18:32:03 gouriano Exp $# Authors: Lewis Geer, Denis Vakatov# Build test Fast-CGI application "FASTHELLO"# NOTES: - it will be automagically built as a plain CGI application if# Fast-CGI libraries are missing on your machine.# - also, it auto-detects if it is run as a FastCGI or a plain# CGI, and behave appropriately.#################################APP = fasthelloSRC = helloapp hellores hellocmdLIB = xhtml xfcgi xncbiLIBS = $(FASTCGI_LIBS) $(ORIG_LIBS)CHECK_CMD =REQUIRES = unix
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?