sources
来自「CIRRUS 公司EP93XX系列CPU的WINCE下的BSP」· 代码 · 共 44 行
TXT
44 行
!if 0
Copyright (c) Microsoft Corporation. All rights reserved.
!endif
!if 0
Use of this source code is subject to the terms of the Microsoft end-user
license agreement (EULA) under which you licensed this SOFTWARE PRODUCT.
If you did not accept the terms of the EULA, you are not authorized to use
this source code. For a copy of the EULA, please see the LICENSE.RTF on your
install media.
!endif
# Copyright (c) 2000 ARM Limited
# All Rights Reserved
#
# Module Name:
#
# sources.
#
# Abstract:
#
# This file specifies the target component being built and the list of
# sources files needed to build that component. Also specifies optional
# compiler switches and libraries that are unique for the component being
# built.
#
SYNCHRONIZE_DRAIN=1
RELEASETYPE=PLATFORM
EXEENTRY=WinMain
TARGETNAME=gwes
TARGETTYPE=PROGRAM
TARGETLIBS=\
!if exist($(_COMMONOAKROOT)\target\$(_CPUINDPATH)\0409\gwes.res)
$(_COMMONOAKROOT)\target\$(_CPUINDPATH)\0409\gwes.res \
!endif
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\gwes.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\gwestubs.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\gwe_drv.lib \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib
SOURCES=
WINCETARGETFILES=dummy
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?