📄 sources
字号:
!IF 0
Services WinCE environment
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=envwince
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
WINCE_ROOT=$(PVR_CONSUMER_ROOT)\wince
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; \
$(WINCE_ROOT)\gpe; \
$(WINCE_ROOT)\include; \
$(BUILDOAKROOT)\inc; \
$(BUILDSDKROOT)\inc; \
$(BUILDDDKROOT)\inc;
SOURCES= \
env.c \
hostfunc.c \
registry.c \
pool.c \
pvr_debug.c \
heapman.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -