makefile

来自「Microsoft WinCE 6.0 BSP FINAL release so」· 代码 · 共 20 行

TXT
20
字号
#---------------------------------------------------------------------------
# Copyright (C) 2006, Freescale Semiconductor, Inc. All Rights Reserved.
# THIS SOURCE CODE, AND ITS USE AND DISTRIBUTION, IS SUBJECT TO THE TERMS
# AND CONDITIONS OF THE APPLICABLE LICENSE AGREEMENT 
#---------------------------------------------------------------------------

#
# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
# file to this component.  This file merely indirects to the real make file
# that is shared by all the components of Windows CE
#
!INCLUDE $(_MAKEENVROOT)\makefile.def

#
# This override must appear after the !INCLUDE for makefile.def in order to
# take effect. Otherwise, the "-QRarch4T" default that is currently defined
# in makefile.def will be used.
#
ARM_ARCH_C_CMD_LINE=-QRarch5T

⌨️ 快捷键说明

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