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.
25 lines
391 B
25 lines
391 B
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
TARGETNAME=WDMSecTest
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
SOURCES=\
|
|
wdmsectest.rc \
|
|
wdmsectest.c \
|
|
power.c
|
|
|
|
INCLUDES=\
|
|
..\inc; \
|
|
$(SDK_INC_PATH); \
|
|
$(DDK_INC_PATH); \
|
|
..\..\se;
|
|
|
|
|
|
TARGETLIBS=\
|
|
$(DDK_LIB_PATH)\wdmsec.lib
|
|
|
|
|