📄 makefile
字号:
#** @file
# Top level makefile for user interface. Just include
# the appropriate makefile for the current platform
#
# @author Hsin Lai
# @version 1.0
#
# Copyright (c) 2004, Zoran Corporation
# All rights reserved
#****************************************************************************
#
# Revision History:
# Date Author Description
# ---- ------ -----------
# 21/Jan/05 HsinLai Created
#
export USER_CCFLAGS+=-I../fax/nucleus
export USER_CCFLAGS+=-I../fax
include ${SPLIT_SUBSYSTEM_MAKEFILE}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -