defs.docs

来自「vxworks 6.x 的全部头文件」· DOCS 代码 · 共 29 行

DOCS
29
字号
# defs.docs - makefile fragment for specifying documentation parameters## modification history# --------------------# 01c,13sep05,rb  Updated version numbers# 01b,30may05,tpw  Add -set KERNEL for Argus doc build.# 01a,12may05,tpw  created## DESCRIPTION# This file contains settings to configure the documentation build for the# wireless security component.include $(WIND_BASE)/target/h/make/config/defs.versionifeq ($(KERNEL_MAJOR_VERSION),6)DOC_DIR		= $(DOCS_ROOT)/com.windriver.ide.doc.wr_wireless_security/wr_wireless_security_api_reference_2.1DOC_BOOK	= Wind_River_Wireless_Security_2.1DOC_CHAPTER	= Wind_River_Wireless_Security_API_Reference,_2.1else# Force apigen for VxWorks 5.x doc build. Only needed on kernel side.#REFGEN_SH	= $(WIND_BASE)/host/$(WIND_HOST_TYPE)/bin/apigen \		-nostrict -missingok -set KERNELendif

⌨️ 快捷键说明

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