sources
来自「Lido PXA270平台开发板的最新BSP,包括源代码」· 代码 · 共 41 行
TXT
41 行
!IF 0
MBX1 Display Driver
sources
Copyright (c) 2000 Microsoft Corporation. All rights reserved.
This is the sources file for the driver for use in the build process.
!ENDIF
TARGETNAME=srvdev3d
TARGETTYPE=LIBRARY
########################################### Include build sources.cmn
!message Including $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
!INCLUDE $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
######################################################################
CDEFINES=$(CDEFINES) -DPVR_KERNEL
SERVICES_ROOT=$(PVR_CONSUMER_ROOT)\services
INCLUDES= \
$(SERVICES_ROOT)\include; \
$(PVR_CONSUMER_ROOT)\include; \
$(PVR_CONSUMER_ROOT)\system\include; \
$(PVR_CONSUMER_ROOT)\system\$(PVR_SYSTEM); \
$(SERVICES_ROOT)\shared; \
$(PVR_CONSUMER_ROOT)\hwdefs; \
$(SERVICES_ROOT)\env\$(PVR_ENV); \
$(BUILDOAKROOT)\inc; \
$(BUILDSDKROOT)\inc;
SOURCES= \
hw.c \
mbx.c \
mmu.c \
mmu_flush.c \
complexscene.c
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?