mirror of https://github.com/tongzx/nt5src
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.
19 lines
296 B
19 lines
296 B
MAJORCOMP=ntos
|
|
MINORCOMP=acpi
|
|
|
|
TARGETNAME=oprghdlr
|
|
TARGETPATH=obj
|
|
TARGETTYPE=EXPORT_DRIVER
|
|
|
|
PASS1_PUBLISH={$(O)\oprghdlr.lib=$(DDK_LIB_PATH)\oprghdlr.lib}
|
|
|
|
LINKLIBS=$(DDK_LIB_PATH)\ntoskrnl.lib
|
|
|
|
INCLUDES=$(DDK_INC_PATH); \
|
|
..\inc
|
|
|
|
|
|
SOURCES=oprghdlr.c \
|
|
oprghdlr.rc
|
|
|
|
DLLDEF=oprghdlr.def
|