sources
来自「ARM9基于WINDOWSCE的BSP源代码」· 代码 · 共 82 行
TXT
82 行
!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
# -*-Text-*-
#
# $Copyright:
# ----------------------------------------------------------------
# This confidential and proprietary software may be used only as
# authorised by a licensing agreement from ARM Limited
# (C) COPYRIGHT 2004 ARM Limited
# ALL RIGHTS RESERVED
# The entire notice above must be reproduced on all authorised
# copies and copies may only be made to the extent permitted
# by a licensing agreement from ARM Limited.
# ----------------------------------------------------------------
# File: sources,v
# Revision: 1.1
# ----------------------------------------------------------------
# $
# All Rights Reserved
#
# 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.
#
RELEASETYPE= PLATFORM
SYNCHRONIZE_DRAIN=1
PREPROCESSDEFFILE=1
TARGETNAME= ceddk
TARGETTYPE= DYNLINK
!IF "$(_WINCEOSVER)" != "420"
# New libs for 5.00
SOURCELIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_io.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_dma.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\ddk_bus.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_bus.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_map.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_time.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_power.lib
!ELSE
SOURCELIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_io.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_dma.lib \
$(_TARGETPLATROOT)\lib\$(_CPUINDPATH)\ddk_bus.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_map.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ddk_time.lib
!ENDIF
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib
WINCEOEM= 1
DLLENTRY= CeDdkEntry
DEFFILE= $(_COMMONOAKROOT)\inc\ceddk.def
SOURCES= ceddk.c
SYNCHRONIZE_DRAIN=1
# EOF sources
#xref VIGUID {9311c017-7cf4-4748-a45e-cf5c6a14152f}
#xref VSGUID {eb9bb5f8-5b34-41be-9e2e-30fa5a327b9d}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?