?? makefile
字號:
# 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 + -