sources
来自「该BSP是基于PXA270+WINCE的BSP」· 代码 · 共 62 行
TXT
62 行
!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
!IF 0
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.
!ENDIF
!IF "$(_WINCEOSVER)" < "501"
SKIPBUILD=1
!ENDIF
TARGETNAME=stratad_imgupd
TARGETTYPE=DYNLINK
RELEASETYPE=PLATFORM
DLLENTRY=_DllEntryCRTStartup
SYNCHRONIZE_DRAIN=1
DEFFILE=stratad.def
WINCEOEM=1
TARGETLIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\fmdhooklib.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
SOURCELIBS= \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\fal.lib \
CDEFINES=$(CDEFINES) -DREAD_FROM_REGISTRY
!IF "$(BSP_NOFMDFLASHMUTEX)" == ""
CDEFINES=$(CDEFINES) -DFMD_FLASH_GLOBAL_MUTEX
ADEFINES=$(ADEFINES) -pd "FMD_FLASH_GLOBAL_MUTEX SETS \"1\""
!ENDIF
SOURCES= \
..\fmd_tyax.cpp \
..\fmdhal.c
ARM_SOURCES= \
..\fmdhal_asm.s
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?