📄 sources
字号:
!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
TARGETNAME=envum
TARGETTYPE=LIBRARY
!message Including $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
!INCLUDE $(PVR_CONSUMER_ROOT)\build\$(PVR_BUILD)\sources.cmn
CDEFINES=$(CDEFINES)
SERVICES_ROOT=$(PVR_CONSUMER_ROOT)\services
SERVICES_UM_ROOT=$(PVR_CONSUMER_ROOT)\services_um
INCLUDES= \
$(PVR_CONSUMER_ROOT)\include; \
$(SERVICES_UM_ROOT)\include; \
$(SERVICES_ROOT)\include; \
$(SERVICES_ROOT)\shared; \
$(PVR_CONSUMER_ROOT)\system\include; \
$(PVR_CONSUMER_ROOT)\system\$(PVR_SYSTEM); \
$(BUILDOAKROOT)\inc; \
$(BUILDSDKROOT)\inc; \
$(BUILDDDKROOT)\inc;
SOURCES= \
pvr_glue.c \
pvr_bridge_u.c \
hostfunc_um.c \
pvr_apphint.c \
registry.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -