📄 makefile
字号:
# Makefile - makefile for target/src/vxcom/comcore## modification history# --------------------# 01e,06dec01,nel Add comCoreLib.c to the docs build.# 01d,17oct01,dbs improve build rules to allow for veloce hacks# 01c,11oct01,nel Include defs file by default as it's required by SIMNT# build.# 01b,16jul01,dbs simplify makefile structure# 01a,19jun01,nel created.## DESCRIPTION# This file contains the makefile rules for building the vx library##DOC_FILES = comCoreLib.cDEFS_VXCOM = $(WIND_BASE)/target/h/make/defs.vxcominclude $(DEFS_VXCOM)include $(VXCOM_BASE)/h/make/rules.library.$(VXDCOM_BUILD_HOST)DOC_DIR = $(DOCS_ROOT)/vxworks/ref/vxdcomDOC_CHAPTER = COM_and_VxDCOM_LibrariesDOC_OPTS = -config C2htmlDOC_OPTS_CPP =SYN_OPTS = -config C2html
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -