sources

来自「Lido PXA270平台开发板的最新BSP,包括源代码」· 代码 · 共 50 行

TXT
50
字号
!IF 0
PDP Display Module
sources

Copyright (c) 2000 Microsoft Corporation. All rights reserved.

This is the sources file for the driver for use in the build process.
!ENDIF

########################################### Include build sources.cmn

!message Including $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
!INCLUDE $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn

######################################################################

TARGETNAME=pdpmarathon
TARGETTYPE=LIBRARY


CDEFINES=$(CDEFINES) -DPVR_KERNEL

SYSTEM_ROOT=$(PVR_CONSUMER_ROOT)\system
SERVICES_ROOT=$(PVR_CONSUMER_ROOT)\services

INCLUDES=										\
	$(PVR_CONSUMER_ROOT)\include;				\
	$(PVR_CONSUMER_ROOT)\hwdefs;				\
	$(PVR_CONSUMER_ROOT)\system\$(PVR_SYSTEM);	\
	$(SERVICES_ROOT)\env\$(PVR_ENV);			\
	$(SERVICES_ROOT)\include;					\
	$(SERVICES_ROOT)\shared;					\
	$(SYSTEM_ROOT)\include;						\
	$(PVR_CONSUMER_ROOT)\wince\include;			\
	$(PVR_CONSUMER_ROOT)\wince\pdp\common;		\
	$(BUILDOAKROOT)\inc;				\
	$(BUILDSDKROOT)\inc;


SOURCES=               \
	pdpmarathon.cpp \
	pdpregcontrol.cpp \
	dp_api_command_functions.c \
	dp_api_query_functions.c \
	dp_gamma.c \
	dp_hardware_marathon.c \
	dp_hardware_dispatcher.c \
	sccoef.c 

⌨️ 快捷键说明

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