24 lines
491 B
Plaintext
24 lines
491 B
Plaintext
|
#############################################################################
|
||
|
#
|
||
|
# Confidential Microsoft
|
||
|
# Copyright (C) Microsoft Corporation 1995-2000
|
||
|
# All Rights Reserved.
|
||
|
#
|
||
|
##########################################################################
|
||
|
|
||
|
TARGETNAME=USB2LIB
|
||
|
TARGETTYPE=LIBRARY
|
||
|
TARGETPATH=obj
|
||
|
|
||
|
DRIVERTYPE=WDM
|
||
|
DLLDEF=$(TARGETNAME).def
|
||
|
|
||
|
SYNCHRONIZE_BLOCK=1
|
||
|
USE_MAPSYM=1
|
||
|
|
||
|
SOURCES= \
|
||
|
dbg.c \
|
||
|
sched.c \
|
||
|
usb2lib.c \
|
||
|
usb2lib.rc
|