windows-nt/Source/XPSP1/NT/drivers/dot4/dot4usb/sources
2020-09-26 16:20:57 +08:00

34 lines
530 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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