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

📄 makefile

📁 windriver_VxWorks.zinc60t22 zin6.0 for tornado 2.2 patch
💻
字号:
# Makefile for Zinc.## target 'applibs' will build the application libraries# (linkable .a and downloadable .o)TGT_DIR=$(WIND_BASE)/targetexport BUILD_FROM_ROOT = yesSUBDIRS= common generic vxWorksinclude $(TGT_DIR)/h/zinc/make/rules.zinczincClean:	make CPU=$(CPU) zincrclean zincApplibs:		make CPU=$(CPU) ADDED_C++FLAGS+=$(FLAGS) EXTRA_DEFINE+=$(NEW_DEFINES) applibsconfigtoolWarning:	@echo !!!!NOTE!!!!	@echo !!!!NOTE!!!!	@echo !!!!NOTE!!!! When building your project make sure ZINC_CONFIG_TOOL is defined.	@echo !!!!NOTE!!!! It can be defined before including zaf.hpp or on the command line.	@echo !!!!NOTE!!!! Example: make CPU=PPC603 ADDED_C++FLAGS=-DZINC_CONFIG_TOOL	@echo !!!!NOTE!!!!	@echo !!!!NOTE!!!!configtoolApplibsClean: zincClean zincApplibs configtoolWarningconfigtoolApplibs: zincApplibs configtoolWarning

⌨️ 快捷键说明

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