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
429 B
30 lines
429 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=tape
|
|
TARGETPATH=obj
|
|
TARGETTYPE=EXPORT_DRIVER
|
|
|
|
TARGETLIBS=$(DDK_LIB_PATH)\classpnp.lib
|
|
|
|
LINKLIBS=$(DDK_LIB_PATH)\scsiport.lib
|
|
|
|
INCLUDES=..\..\inc;..\inc
|
|
|
|
PASS1_PUBLISH={$(O)\tape.lib=$(DDK_LIB_PATH)\tape.lib}
|
|
|
|
SOURCES=tape.c \
|
|
physlogi.c \
|
|
tapewmi.c \
|
|
tape.rc
|
|
|
|
DLLDEF=tape.def
|
|
|
|
MISCFILES=tape.sld
|