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.
20 lines
368 B
20 lines
368 B
TARGETNAME = config
|
|
TARGETTYPE = PROGRAM
|
|
UMTYPE = console
|
|
|
|
DDKROOT = $(_NTDRIVE)$(_NTROOT)
|
|
WDMDDKROOT = $(DDKROOT)\private\ntos\dd\wdm\ddk
|
|
|
|
TARGETPATH = obj
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\setupapi.lib
|
|
|
|
INCLUDES = \
|
|
$(WDMDDKROOT)\inc; \
|
|
..\..
|
|
|
|
SOURCES = \
|
|
config.c \
|
|
config.rc
|
|
|