?? makefile
字號:
# Makefile - makefile for extracting objects from libstl.a## modification history# --------------------# 01d,13nov01,sn (implicitly) use exclude list from defs.exclude# 01c,06nov01,sn extract objects into a special directory to avoid stomping# on VxWorks object files with the same name# 01b,31oct01,tam updated for repackaging# 01a,24oct01,sn wrote## DESCRIPTION# This file contains the definitions needed for extracting objects# from libstl.a (C++ Standard Library).TGT_DIR = $(WIND_BASE)/targetTOOL = diabLIB_BASE_NAME = cplusLIB_COMMON = falseDIABLIBRARY = libstl.aCONFIGLETTE_NAME = diab_cplusplus_std_libraryinclude $(TGT_DIR)/src/tool/diab/rules.diab
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -