sources
来自「WinCE 3.0 BSP, 包含Inter SA1110, Intel_815」· 代码 · 共 46 行
TXT
46 行
!IF 0
Permedia3 Sample 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=ddi_perm3
TARGETTYPE=DYNLINK
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED=1
CDEFINES=$(CDEFINES) -D$(_TGTPLAT)
INCLUDES= \
..\swg;
SOURCES= \
init.c \
enable.c \
debug.c \
engine.c \
mode.c \
register.c \
memory.c \
lut.c \
cursor.c \
surface.c \
misc.c \
blt.c \
dma.c \
interrupt.c \
path.c \
context.c \
brush.c \
line.c
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib \
$(_COMMONOAKROOT)\lib\$(_CPUINDPATH)\ceddk.lib \
$(_PUBLICROOT)\BSP\OAK\LIB\$(_CPUDEPPATH)\swg.lib
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?