📄 sources
字号:
!IF 0
Marathon system layer
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=system
TARGETTYPE=LIBRARY
!message Building System
########################################### 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
!IF "$(_WINCEOSVER)">="500"
NEWINCPATH = \bsp\src
!ENDIF
INCLUDES= \
$(PVR_CONSUMER_ROOT)\include; \
$(SERVICES_ROOT)\include; \
$(SERVICES_ROOT)\shared; \
$(SERVICES_ROOT)\devices\devclass_3d; \
$(SERVICES_ROOT)\devices\devclass_display\pdp; \
$(SERVICES_ROOT)\devices\devclass_mpeg\m24va; \
$(PVR_CONSUMER_ROOT)\hwdefs; \
$(PVR_CONSUMER_ROOT)\system\include; \
$(_TARGETPLATROOT)\..\common\src\inc; \
$(BUILDOAKROOT)\inc; \
$(BUILDSDKROOT)\inc; \
#ifdef MARATHON_INTEGRATION_BSP
$(_TARGETPLATROOT)\src\inc;
#endif
# $(SERVICES_ROOT)\env\$(PVR_ENV); \
# $(PVR_CONSUMER_ROOT)\system\$(PVR_SYSTEM); \
SOURCES= \
marathon.c \
marsys.c \
sysconfig.c \
sysutils.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -