📄 sources
字号:
!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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -