sources
来自「Lido PXA270平台开发板的最新BSP,包括源代码」· 代码 · 共 77 行
TXT
77 行
!if 0
PowerVR Video Accleration Decoder & Display interface DLL
Copyright (c) Microsoft Corporation. All rights reserved.
This is the sources file for the driver for use in the build process.
!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
###############################################################################
PowerVR Display Driver sources
Copyright (c) 2003 Imagination Technologies Limited.
This is the sources file for the driver for use in the build process.
###############################################################################
!ENDIF
SYNCHRONIZE_DRAIN=1
TARGETNAME=pvrvadd
TARGETTYPE=DYNLINK
########################################### Include build sources.cmn
!message Including $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
!INCLUDE $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
######################################################################
SERVICES_ROOT=$(PVR_CONSUMER_ROOT)\services
WINCE_ROOT=$(PVR_CONSUMER_ROOT)\wince
TARGETLIBS= \
$(BUILDSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(BUILDOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
$(_RELEASELIBDIR)\srvshared.lib \
$(_RELEASELIBDIR)\srvum.lib \
$(_RELEASELIBDIR)\srvumblock.lib \
$(_RELEASELIBDIR)\envum.lib \
CDEFINES=$(CDEFINES) \
-DDDI \
-Ob0 \
-D$(_TGTPLAT)
INCLUDES= \
..\inc; \
$(PVR_CONSUMER_ROOT)\hwdefs; \
$(PVR_CONSUMER_ROOT)\include; \
$(SERVICES_ROOT)\shared; \
$(SERVICES_ROOT)\env\$(PVR_ENV); \
$(PVR_CONSUMER_ROOT)\system\include;\
$(PVR_CONSUMER_ROOT)\system\$(PVR_SYSTEM); \
$(WINCE_ROOT)\include; \
$(BUILDOAKROOT)\inc; \
$(BUILDSDKROOT)\inc; \
$(BUILDDDKROOT)\inc;
SOURCES= \
decoder.c \
display.c \
#xref VIGUID {b8f89265-f577-4aad-bc2c-eb583123c45b}
#xref VSGUID {5396eb58-ae31-4678-9ea9-f9cf65f78262}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?