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.
22 lines
330 B
22 lines
330 B
TARGETNAME=Isoperf
|
|
TARGETTYPE=DRIVER
|
|
C_DEFINES=-DTOM_MEM
|
|
DEBUG=1
|
|
USE_MAPSYM=1
|
|
TOM_MEM=1
|
|
MSC_WARNING_LEVEL=/W4
|
|
LINKER_FLAGS = $(LINKER_FLAGS) /map
|
|
|
|
TARGETPATH=bin
|
|
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\usbd.lib
|
|
|
|
|
|
SOURCES=isoperf.c \
|
|
ioctl.c \
|
|
iso.c \
|
|
isoperf.rc
|
|
# wdmdebug.c
|
|
|
|
|