makefile

来自「free radius编程。完成AAA的实现」· 代码 · 共 15 行

TXT
15
字号
##  This module is in the source, but not yet fully integrated with#  the configure scripts.  For now, manual editing of this file is#  required to get it to build.#include ../../../../../Make.incTARGET		=#TARGET         = rlm_sql_sybaseSRCS           = sql_sybase.cRLM_SQL_CFLAGS =  $(INCLTDL)  -I/opt/sybase/OCS-12_0/includeRLM_SQL_LIBS   =  -L/opt/sybase/OCS-12_0/lib -ltcl -lcomn -lintl -lnsl -ldl -lm -lcs -lctinclude ../rules.mak

⌨️ 快捷键说明

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