Windows2003-3790/drivers/storage/crcfilter/sources
2020-09-30 16:53:55 +02:00

31 lines
649 B
Plaintext

TARGETNAME=crcdisk
TARGETPATH=obj
TARGETTYPE=DRIVER
INCLUDES=\
$(SDK_INC_DIR)\
$(DDK_INC_DIR)\
NT_UP=0
SOURCES=\
Filter.c \
CRC.c \
Util.c \
memory.c \
Filter.rc
#
# This defines the GUID used for the filter object. This must be unique
# for each software tracing client.
#
# line-by-line description of options:
# $(SOURCES) -- run software preprocessor on $(SOURCES) files
# -km -- use kernel mode
# -func -- define function we'll use for tracing
#
RUN_WPP=$(SOURCES)\
-km\
-func:WMI_TRACING((LEVEL,MSG,...))