📄 makefile
字号:
###### Copyright (c) 2002 Equator Technologies, Inc.################################################################################## DESCRIPTION:### Makefile for test application for Digital RGB output### through the Display Refresh Controller driver.### #########################################################################TOP := ../../..APPS_BASE := ../..# Name and type of the target for this MakefileAPP_TARGET := overlayaud# Object files that compose the targetOBJS := overlayaud $(APPS_BASE)/overlay/overlay $(APPS_BASE)/audtest/audtest# Libraries that the target usesLIBS := mediadrv dsinclude $(TOP)/common.mk
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -