53 lines
1 KiB
Plaintext
53 lines
1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1997-2000 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Steve Wood (stevewo) 12-Apr-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
NT_SIGNCODE=1
|
||
|
|
||
|
TARGETNAME=iscsiprt
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DRIVER
|
||
|
|
||
|
INCLUDES=$(BASE_INC_PATH);$(DDK_INC_PATH);$(BASEDIR)\base\ntos\inc;$(PUBLIC_INTERNAL_PATH)\net\inc;$(BASEDIR)\drivers\storage\iscsiprt\inc
|
||
|
|
||
|
TARGETLIBS=$(DDK_LIB_PATH)\ksecdd.lib \
|
||
|
$(DDK_LIB_PATH)\tdi.lib
|
||
|
|
||
|
SOURCES= init.c \
|
||
|
pnp.c \
|
||
|
dispatch.c \
|
||
|
port.c \
|
||
|
internal.c \
|
||
|
power.c \
|
||
|
wmi.c \
|
||
|
network.c \
|
||
|
enum.c \
|
||
|
utils.c \
|
||
|
lock.c \
|
||
|
protocol.c \
|
||
|
pdo.c \
|
||
|
prop.c \
|
||
|
iscsiprt.rc
|
||
|
|
||
|
|