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.
 
 
 
 
 
 

34 lines
530 B

TARGETNAME=dot4usb
TARGETTYPE=DRIVER
TARGETPATH=obj
!if $(386)
MSC_WARNING_LEVEL=-W4 -WX
!endif
TARGETLIBS= $(BASEDIR)\public\ddk\lib\*\usbd.lib
SOURCES= \
adddev.c \
initunld.c \
ioctl.c \
openclos.c \
pnp.c \
power.c \
readwrit.c \
registry.c \
test.c \
usb.c \
util.c \
filter.rc \
d4ulog.mc
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj
USE_MAPSYM=1