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.
30 lines
713 B
30 lines
713 B
#############################################################################
|
|
#
|
|
# Confidential Microsoft
|
|
# Copyright (C) Microsoft Corporation 2000-2001
|
|
# All Rights Reserved.
|
|
#
|
|
# Sources for 1394 Tape subunit driver
|
|
#
|
|
##########################################################################
|
|
|
|
TARGETNAME=mstape
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
DRIVERTYPE=WDM
|
|
|
|
USE_MAPSYM = 1
|
|
|
|
INCLUDES=$(MULTIMEDIA_INC_PATH);$(SDK_PATH)\amovie\inc;
|
|
|
|
TARGETLIBS= \
|
|
$(DDK_LIB_PATH)\stream.lib \
|
|
$(DDK_LIB_PATH)\ksguid.lib
|
|
|
|
SOURCES= \
|
|
MsTpUtil.c\
|
|
MsTpUppr.c\
|
|
MsTpGuts.c\
|
|
MsTpAvc.c\
|
|
MsTape.rc
|
|
|