makefile
来自「c语言cgi库,可以实现用C语言实现CGI脚本」· 代码 · 共 15 行
TXT
15 行
CC = gccFLAGS = -WallCGIBIN = .all: $(CC) $(FLAGS) -lcgi session_ex2.c -o $(CGIBIN)/session_ex2.cgi @echo @echo Example compiled. @echo Now copy *.cgi and *.html @echo to your webserver cgi-bin directory, create a directory called @echo \"session_files\" there, give permission to the webserver\'s user @echo and call session_ex2.cgi application to test LibCGI session support @echo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?