?? makefile
字號:
# Pick up default rules and variablesinclude $(DVD_MAKE)/generic.mak# Build targetsTARGETS = stv299.lib# Local objects which comprise this componentOBJS = lnb299.tco stv299_i.tco \ reg0299.tco driv0299.tcoINCLUDES := -I.. $(INCLUDES)# Default rulesinclude $(DVD_MAKE)/defrules.makstv299.lib: $(OBJS) $(AR) $^ -o $@clean: $(RM) *.tco $(RM) *.lib
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -