📄 sources
字号:
!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=srvcom
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; \
$(SERVICES_ROOT)\env\$(PVR_ENV); \
$(PVR_CONSUMER_ROOT)\system\include; \
$(PVR_CONSUMER_ROOT)\system\$(PVR_SYSTEM); \
$(SERVICES_ROOT)\shared; \
$(SERVICES_ROOT)\devices\devclass_3d; \
$(PVR_CONSUMER_ROOT)\hwdefs; \
$(BUILDSDKROOT)\inc;
SOURCES= \
buffer_manager.c \
dual_buffer.c \
dual_page.c \
fbmem.c \
handle.c \
hash.c \
metrics.c \
pvrsrv.c \
queue.c \
ra.c \
pvr_pdump.c \
resman.c \
pvrmpeg.c
# how to do conditional inclusion
#!IFDEF $(PLACE_HOLDER_NAME)
#SOURCES=$(SOURCES) blar.c
#!ENDIF
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -