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

📄 source.mf

📁 epson公司的一个关于s1d13706的低层驱动程序
💻 MF
字号:
# source.mf makefile fragment for 'demo' app

FRAGMENTS	:= $(FRAGMENTS) $(TopDir)/$(CHIPNAME)demo/source.mf

# add this app to the list of all apps
APPS		:= $(APPS) $(CHIPNAME)demo

# list of all the source/object files for this app
# list the basename only, without extension
FILES.$(CHIPNAME)demo	:= $(CHIPNAME)demo mainwin subwin util draw

# specify which targets this program can be built for
TARGETS.$(CHIPNAME)demo	:= $(ALLTARGETS)

# end of source.mf

⌨️ 快捷键说明

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