makefile

来自「这个是单片机4200的ui程序」· 代码 · 共 24 行

TXT
24
字号
#** @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 + =
减小字号Ctrl + -
显示快捷键?