⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.w32

📁 vxworks源码源码解读是学习vxworks的最佳途径
💻 W32
字号:
# Makefile?.w32 - Makefile to build /host/src/tgtsvr/backend/wdbserial
# sub-directory

# The following macro definitions for PROJECTS and SUB_PROJECTS must all
# be on one line separated by one space *only*.  Be sure there are no
# spaces at EOL.

PROJECTS = wdbserial 

SUB_PROJECTS =

all: sub-projects-all projects-all

clean: sub-projects-clean projects-clean

!INCLUDE $(WIND_BASE:/=\)\host\include\make\genericw32.mh

⌨️ 快捷键说明

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