📄 makefile.fasthello.app
字号:
# # ===========================================================================# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -