Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

26 lines
539 B

TARGETNAME=wmifilt
TARGETTYPE=DRIVER
DRIVERTYPE=WDM
TARGETPATH=obj
TARGETLIBS=$(DDK_LIB_PATH)\wmilib.lib
MSC_WARNING_LEVEL=-W3 -WX
#
# Uncomment the following line to have the driver report MOF data via a
# a WMI query rather than via a resource.
#C_DEFINES=$(C_DEFINES) -DUSE_BINARY_MOF_QUERY
SOURCES= filter.mof \
filter.rc \
filter.c \
pnp.c \
power.c \
util.c \
wmisamp.c
NTTARGETFILE0=$(O)\filtdata.h \
$(O)\filter.x \
$(O)\filter.vbs