You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
514 B
22 lines
514 B
TARGETNAME=spsim
|
|
TARGETTYPE=DRIVER
|
|
TARGETPATH=obj
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
spsim.rc \
|
|
debug.c \
|
|
dispatch.c \
|
|
fdo.c \
|
|
init.c \
|
|
memory.c \
|
|
method.c \
|
|
sta.c
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\oprghdlr.lib
|
|
|
|
INCLUDES= $(PROJECT_ROOT)\busdrv\acpi\inc; \
|
|
..\inc; \
|
|
$(DDK_INC_PATH)\wdm;\
|
|
$(PROJECT_ROOT)\ntos\inc
|