makefile
来自「wince host 和 target PCI驱动程序」· 代码 · 共 17 行
TXT
17 行
include $(SRC)/$(UNAME).mkLSRC = $(SRC)/host/Win95/tmman/includeEXPORTED_HEADERS=\ tmwincom.h \ tmwindef.hincludes: FORCE @-for f in $(EXPORTED_HEADERS); do \ $(RM) $(INSTALL)/include/Win95/$$f; \ $(CP) $(LSRC)/$$f $(INSTALL)/include/Win95/; \ $(RM) $(SUPPORT)/include/Win95/$$f; \ $(CP) $(LSRC)/$$f $(SUPPORT)/include/Win95/; \ doneFORCE:
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?