Leaked source code of windows server 2003
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.
 
 
 
 
 
 

29 lines
521 B

TARGETNAME=isousb
TARGETTYPE=DRIVER
DDKROOT=$(_NTDRIVE)$(_NTROOT)
C_DEFINES= $(C_DEFINES) -DWMI_SUPPORT -DUSB2
TARGETPATH=obj
INCLUDES=$(DDKROOT)\private\ntos\inc; \
..\..\inc
NTTARGETFILE0=mofcomp
USE_MAPSYM=1
TARGETLIBS=$(DDK_LIB_PATH)\hidclass.lib \
$(DDK_LIB_PATH)\usbd.lib \
$(DDK_LIB_PATH)\ntoskrnl.lib
MSC_WARNING_LEVEL=/W3 /WX
SOURCES=isousb.c \
isopnp.c \
isopwr.c \
isodev.c \
isowmi.c \
isorwr.c \
isostrm.c \
isousb.rc