31 lines
594 B
Plaintext
31 lines
594 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (C) Microsoft Corporation, 1997 - 1999
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.inc
|
||
|
|
||
|
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:
|
||
|
|
||
|
Alan Warwick (AlanWar)
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=scsiwmi
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DRIVER_LIBRARY
|
||
|
|
||
|
PASS1_PUBLISH={$(O)\scsiwmi.lib=$(DDK_LIB_PATH)\scsiwmi.lib}
|
||
|
SOURCES=wmilib.c
|