?? makefile
字號:
###
### Copyright (c) 2001-2002 Equator Technologies, Inc.
###
#########################################################################
###
### DESCRIPTION:
### Makefile for test application for video capture and display.
###
#########################################################################
TOP := ../..
# Name and type of the target for this Makefile
APP_TARGET := vidcap
# Object files that compose the target
OBJS := vidcap vidcapmain
# Libraries that the target uses
LIBS := \
mediadrv \
ds
## Suppress warnings about calling library functions for math operations
CFLAGS += -mP2OPT_suppress_library_call_conv_warnings=TRUE
include $(TOP)/common.mk
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -